Class Condition.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.Condition.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition.BuilderattrGroup(String attrGroup)Attribute Group.Condition.BuilderattrKey(String attrKey)Attribute Key.Provide Tag key if the rule is based on a tag.Condition.BuilderattrValue(String attrValue)Attribute Value.Provide Tag value if the rule is based on a tag.Conditionbuild()Condition.Buildercopy(Condition model)
 
- 
- 
- 
Method Detail- 
attrGrouppublic 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
 
 - 
attrKeypublic 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
 
 - 
attrValuepublic 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
 
 - 
buildpublic Condition build() 
 - 
copypublic Condition.Builder copy(Condition model) 
 
- 
 
-