Package com.ibm.cloud.is.vpc.v1.model
Class UpdateSubnetOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateSubnetOptions.Builder
-
- Enclosing class:
- UpdateSubnetOptions
public static class UpdateSubnetOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSubnetOptions
build()
Builds a UpdateSubnetOptions.UpdateSubnetOptions.Builder
id(String id)
Set the id.UpdateSubnetOptions.Builder
subnetPatch(Map<String,Object> subnetPatch)
Set the subnetPatch.
-
-
-
Method Detail
-
build
public UpdateSubnetOptions build()
Builds a UpdateSubnetOptions.- Returns:
- the new UpdateSubnetOptions instance
-
id
public UpdateSubnetOptions.Builder id(String id)
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateSubnetOptions builder
-
subnetPatch
public UpdateSubnetOptions.Builder subnetPatch(Map<String,Object> subnetPatch)
Set the subnetPatch.- Parameters:
subnetPatch
- the subnetPatch- Returns:
- the UpdateSubnetOptions builder
-
-