Class UpdateClusterNetworkSubnetReservedIpOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateClusterNetworkSubnetReservedIpOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a UpdateClusterNetworkSubnetReservedIpOptions.clusterNetworkId
(String clusterNetworkId) Set the clusterNetworkId.clusterNetworkSubnetId
(String clusterNetworkSubnetId) Set the clusterNetworkSubnetId.clusterNetworkSubnetReservedIpPatch
(Map<String, Object> clusterNetworkSubnetReservedIpPatch) Set the clusterNetworkSubnetReservedIpPatch.Set the id.Set the ifMatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
public Builder(String clusterNetworkId, String clusterNetworkSubnetId, String id, Map<String, Object> clusterNetworkSubnetReservedIpPatch) Instantiates a new builder with required properties.- Parameters:
clusterNetworkId
- the clusterNetworkIdclusterNetworkSubnetId
- the clusterNetworkSubnetIdid
- the idclusterNetworkSubnetReservedIpPatch
- the clusterNetworkSubnetReservedIpPatch
-
-
Method Details
-
build
Builds a UpdateClusterNetworkSubnetReservedIpOptions.- Returns:
- the new UpdateClusterNetworkSubnetReservedIpOptions instance
-
clusterNetworkId
public UpdateClusterNetworkSubnetReservedIpOptions.Builder clusterNetworkId(String clusterNetworkId) Set the clusterNetworkId.- Parameters:
clusterNetworkId
- the clusterNetworkId- Returns:
- the UpdateClusterNetworkSubnetReservedIpOptions builder
-
clusterNetworkSubnetId
public UpdateClusterNetworkSubnetReservedIpOptions.Builder clusterNetworkSubnetId(String clusterNetworkSubnetId) Set the clusterNetworkSubnetId.- Parameters:
clusterNetworkSubnetId
- the clusterNetworkSubnetId- Returns:
- the UpdateClusterNetworkSubnetReservedIpOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateClusterNetworkSubnetReservedIpOptions builder
-
clusterNetworkSubnetReservedIpPatch
public UpdateClusterNetworkSubnetReservedIpOptions.Builder clusterNetworkSubnetReservedIpPatch(Map<String, Object> clusterNetworkSubnetReservedIpPatch) Set the clusterNetworkSubnetReservedIpPatch.- Parameters:
clusterNetworkSubnetReservedIpPatch
- the clusterNetworkSubnetReservedIpPatch- Returns:
- the UpdateClusterNetworkSubnetReservedIpOptions builder
-
ifMatch
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateClusterNetworkSubnetReservedIpOptions builder
-