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