Package com.oracle.bmc.fusionapps.model
Class AllowRule.Builder
- java.lang.Object
- 
- com.oracle.bmc.fusionapps.model.AllowRule.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowRulebuild()AllowRule.Builderconditions(List<RuleCondition> conditions)AllowRule.Buildercopy(AllowRule model)AllowRule.Builderdescription(String description)A brief description of the access control rule.
 
- 
- 
- 
Method Detail- 
conditionspublic AllowRule.Builder conditions(List<RuleCondition> conditions) 
 - 
descriptionpublic AllowRule.Builder description(String description) A brief description of the access control rule.Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
buildpublic AllowRule build() 
 - 
copypublic AllowRule.Builder copy(AllowRule model) 
 
- 
 
-