Class SubnetPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.SubnetPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a SubnetPatch.Set the name.networkAcl(NetworkACLIdentity networkAcl) Set the networkAcl.publicGateway(SubnetPublicGatewayPatch publicGateway) Set the publicGateway.routingTable(RoutingTableIdentity routingTable) Set the routingTable.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
-
name
Set the name.- Parameters:
name- the name- Returns:
- the SubnetPatch builder
-
networkAcl
Set the networkAcl.- Parameters:
networkAcl- the networkAcl- Returns:
- the SubnetPatch builder
-
publicGateway
Set the publicGateway.- Parameters:
publicGateway- the publicGateway- Returns:
- the SubnetPatch builder
-
routingTable
Set the routingTable.- Parameters:
routingTable- the routingTable- Returns:
- the SubnetPatch builder
-