Package com.ibm.cloud.is.vpc.v1.model
Class UpdateClusterNetworkSubnetReservedIpOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateClusterNetworkSubnetReservedIpOptions.Builder
-
- Enclosing class:
- UpdateClusterNetworkSubnetReservedIpOptions
public static class UpdateClusterNetworkSubnetReservedIpOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateClusterNetworkSubnetReservedIpOptions
build()
Builds a UpdateClusterNetworkSubnetReservedIpOptions.UpdateClusterNetworkSubnetReservedIpOptions.Builder
clusterNetworkId(String clusterNetworkId)
Set the clusterNetworkId.UpdateClusterNetworkSubnetReservedIpOptions.Builder
clusterNetworkSubnetId(String clusterNetworkSubnetId)
Set the clusterNetworkSubnetId.UpdateClusterNetworkSubnetReservedIpOptions.Builder
clusterNetworkSubnetReservedIpPatch(Map<String,Object> clusterNetworkSubnetReservedIpPatch)
Set the clusterNetworkSubnetReservedIpPatch.UpdateClusterNetworkSubnetReservedIpOptions.Builder
id(String id)
Set the id.UpdateClusterNetworkSubnetReservedIpOptions.Builder
ifMatch(String ifMatch)
Set the ifMatch.
-
-
-
Constructor Detail
-
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 Detail
-
build
public UpdateClusterNetworkSubnetReservedIpOptions 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
public UpdateClusterNetworkSubnetReservedIpOptions.Builder id(String 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
public UpdateClusterNetworkSubnetReservedIpOptions.Builder ifMatch(String ifMatch)
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateClusterNetworkSubnetReservedIpOptions builder
-
-