Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Condition.Builder |
attrGroup(String attrGroup)
Attribute Group.
|
Condition.Builder |
attrKey(String attrKey)
Attribute Key.Provide Tag key if the rule is based on a tag.
|
Condition.Builder |
attrValue(String attrValue)
Attribute Value.Provide Tag value if the rule is based on a tag.
|
Condition |
build() |
Condition.Builder |
copy(Condition model) |
public Condition.Builder attrGroup(String attrGroup)
Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
attrGroup
- the value to setpublic Condition.Builder attrKey(String attrKey)
Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
attrKey
- the value to setpublic Condition.Builder attrValue(String attrValue)
Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
attrValue
- the value to setpublic Condition build()
public Condition.Builder copy(Condition model)
Copyright © 2016–2024. All rights reserved.