Class DeleteZoneLockdownRuleOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.zone_lockdown.v1.model.DeleteZoneLockdownRuleOptions.Builder
 
- 
- Enclosing class:
- DeleteZoneLockdownRuleOptions
 
 public static class DeleteZoneLockdownRuleOptions.Builder extends Object Builder.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteZoneLockdownRuleOptionsbuild()Builds a DeleteZoneLockdownRuleOptions.DeleteZoneLockdownRuleOptions.BuilderlockdownRuleIdentifier(String lockdownRuleIdentifier)Set the lockdownRuleIdentifier.
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder() Instantiates a new builder.
 - 
Builderpublic Builder(String lockdownRuleIdentifier) Instantiates a new builder with required properties.- Parameters:
- lockdownRuleIdentifier- the lockdownRuleIdentifier
 
 
- 
 - 
Method Detail- 
buildpublic DeleteZoneLockdownRuleOptions build() Builds a DeleteZoneLockdownRuleOptions.- Returns:
- the new DeleteZoneLockdownRuleOptions instance
 
 - 
lockdownRuleIdentifierpublic DeleteZoneLockdownRuleOptions.Builder lockdownRuleIdentifier(String lockdownRuleIdentifier) Set the lockdownRuleIdentifier.- Parameters:
- lockdownRuleIdentifier- the lockdownRuleIdentifier
- Returns:
- the DeleteZoneLockdownRuleOptions builder
 
 
- 
 
-