Class GetLockdownOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.zone_lockdown.v1.model.GetLockdownOptions.Builder
-
- Enclosing class:
- GetLockdownOptions
public static class GetLockdownOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLockdownOptions
build()
Builds a GetLockdownOptions.GetLockdownOptions.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 GetLockdownOptions build()
Builds a GetLockdownOptions.- Returns:
- the new GetLockdownOptions instance
-
lockdownRuleIdentifier
public GetLockdownOptions.Builder lockdownRuleIdentifier(String lockdownRuleIdentifier)
Set the lockdownRuleIdentifier.- Parameters:
lockdownRuleIdentifier
- the lockdownRuleIdentifier- Returns:
- the GetLockdownOptions builder
-
-