public static class RuleContextAttribute.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(java.lang.String name,
java.lang.String value)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
RuleContextAttribute |
build()
Builds a RuleContextAttribute.
|
RuleContextAttribute.Builder |
name(java.lang.String name)
Set the name.
|
RuleContextAttribute.Builder |
value(java.lang.String value)
Set the value.
|
public Builder()
public Builder(java.lang.String name,
java.lang.String value)
name - the namevalue - the valuepublic RuleContextAttribute build()
public RuleContextAttribute.Builder name(java.lang.String name)
name - the namepublic RuleContextAttribute.Builder value(java.lang.String value)
value - the valueCopyright © 2022 IBM Cloud Platform Services. All rights reserved.