Class AllowRule.Builder
- java.lang.Object
-
- com.oracle.bmc.loadbalancer.model.AllowRule.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowRule
build()
AllowRule.Builder
conditions(List<RuleCondition> conditions)
AllowRule.Builder
copy(AllowRule model)
AllowRule.Builder
description(String description)
A brief description of the access control rule.
-
-
-
Method Detail
-
conditions
public AllowRule.Builder conditions(List<RuleCondition> conditions)
-
description
public 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
-
build
public AllowRule build()
-
copy
public AllowRule.Builder copy(AllowRule model)
-
-