Class ReplaceSubnetNetworkAclOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ReplaceSubnetNetworkAclOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(String id, NetworkACLIdentity networkAclIdentity) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ReplaceSubnetNetworkAclOptions.Set the id.networkAclIdentity
(NetworkACLIdentity networkAclIdentity) Set the networkAclIdentity.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
id
- the idnetworkAclIdentity
- the networkAclIdentity
-
-
Method Details
-
build
Builds a ReplaceSubnetNetworkAclOptions.- Returns:
- the new ReplaceSubnetNetworkAclOptions instance
-
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
-