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