Class Condition.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.Condition.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
attrGroup
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.
- Parameters:
attrGroup
- the value to set- Returns:
- this builder
-
attrKey
public 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.
- Parameters:
attrKey
- the value to set- Returns:
- this builder
-
attrValue
public 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.
- Parameters:
attrValue
- the value to set- Returns:
- this builder
-
build
public Condition build()
-
copy
public Condition.Builder copy(Condition model)
-
-