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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLockdownOptionsbuild()Builds a GetLockdownOptions.GetLockdownOptions.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 GetLockdownOptions build() Builds a GetLockdownOptions.- Returns:
- the new GetLockdownOptions instance
 
 - 
lockdownRuleIdentifierpublic GetLockdownOptions.Builder lockdownRuleIdentifier(String lockdownRuleIdentifier) Set the lockdownRuleIdentifier.- Parameters:
- lockdownRuleIdentifier- the lockdownRuleIdentifier
- Returns:
- the GetLockdownOptions builder
 
 
- 
 
-