public static class RuleAttribute.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RuleAttribute |
build() |
RuleAttribute.Builder |
copy(RuleAttribute model) |
RuleAttribute.Builder |
displayName(String displayName)
A user-friendly display name.
|
RuleAttribute.Builder |
key(String key)
Immutable unique key of the attribute.
|
RuleAttribute.Builder |
position(Integer position)
Position of the attribute in the record definition.
|
public RuleAttribute.Builder key(String key)
Immutable unique key of the attribute.
key
- the value to setpublic RuleAttribute.Builder displayName(String displayName)
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic RuleAttribute.Builder position(Integer position)
Position of the attribute in the record definition.
position
- the value to setpublic RuleAttribute build()
public RuleAttribute.Builder copy(RuleAttribute model)
Copyright © 2016–2024. All rights reserved.