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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteZoneLockdownRuleOptions
build()
Builds a DeleteZoneLockdownRuleOptions.DeleteZoneLockdownRuleOptions.Builder
lockdownRuleIdentifier(String lockdownRuleIdentifier)
Set the lockdownRuleIdentifier.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String lockdownRuleIdentifier)
Instantiates a new builder with required properties.- Parameters:
lockdownRuleIdentifier
- the lockdownRuleIdentifier
-
-
Method Detail
-
build
public DeleteZoneLockdownRuleOptions build()
Builds a DeleteZoneLockdownRuleOptions.- Returns:
- the new DeleteZoneLockdownRuleOptions instance
-
lockdownRuleIdentifier
public DeleteZoneLockdownRuleOptions.Builder lockdownRuleIdentifier(String lockdownRuleIdentifier)
Set the lockdownRuleIdentifier.- Parameters:
lockdownRuleIdentifier
- the lockdownRuleIdentifier- Returns:
- the DeleteZoneLockdownRuleOptions builder
-
-