public static class RuleContext.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(java.util.List<RuleContextAttribute> attributes)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
RuleContext.Builder |
addAttributes(RuleContextAttribute attributes)
Adds an attributes to attributes.
|
RuleContext.Builder |
attributes(java.util.List<RuleContextAttribute> attributes)
Set the attributes.
|
RuleContext |
build()
Builds a RuleContext.
|
public Builder()
public Builder(java.util.List<RuleContextAttribute> attributes)
attributes - the attributespublic RuleContext build()
public RuleContext.Builder addAttributes(RuleContextAttribute attributes)
attributes - the new attributespublic RuleContext.Builder attributes(java.util.List<RuleContextAttribute> attributes)
attributes - the attributesCopyright © 2022 IBM Cloud Platform Services. All rights reserved.