Class UpdateSubnetOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateSubnetOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a UpdateSubnetOptions.Set the id.subnetPatch
(Map<String, Object> subnetPatch) Set the subnetPatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateSubnetOptions.- Returns:
- the new UpdateSubnetOptions instance
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateSubnetOptions builder
-
subnetPatch
Set the subnetPatch.- Parameters:
subnetPatch
- the subnetPatch- Returns:
- the UpdateSubnetOptions builder
-