Package com.ibm.cloud.is.vpc.v1.model
Class ReplaceSubnetNetworkAclOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ReplaceSubnetNetworkAclOptions.Builder
-
- Enclosing class:
- ReplaceSubnetNetworkAclOptions
public static class ReplaceSubnetNetworkAclOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(String id, NetworkACLIdentity networkAclIdentity)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplaceSubnetNetworkAclOptions
build()
Builds a ReplaceSubnetNetworkAclOptions.ReplaceSubnetNetworkAclOptions.Builder
id(String id)
Set the id.ReplaceSubnetNetworkAclOptions.Builder
networkAclIdentity(NetworkACLIdentity networkAclIdentity)
Set the networkAclIdentity.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String id, NetworkACLIdentity networkAclIdentity)
Instantiates a new builder with required properties.- Parameters:
id
- the idnetworkAclIdentity
- the networkAclIdentity
-
-
Method Detail
-
build
public ReplaceSubnetNetworkAclOptions build()
Builds a ReplaceSubnetNetworkAclOptions.- Returns:
- the new ReplaceSubnetNetworkAclOptions instance
-
id
public ReplaceSubnetNetworkAclOptions.Builder id(String id)
Set the id.- Parameters:
id
- the id- Returns:
- the ReplaceSubnetNetworkAclOptions builder
-
networkAclIdentity
public ReplaceSubnetNetworkAclOptions.Builder networkAclIdentity(NetworkACLIdentity networkAclIdentity)
Set the networkAclIdentity.- Parameters:
networkAclIdentity
- the networkAclIdentity- Returns:
- the ReplaceSubnetNetworkAclOptions builder
-
-