Class DeleteClusterNetworkSubnetReservedIpOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.DeleteClusterNetworkSubnetReservedIpOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a DeleteClusterNetworkSubnetReservedIpOptions.clusterNetworkId
(String clusterNetworkId) Set the clusterNetworkId.clusterNetworkSubnetId
(String clusterNetworkSubnetId) Set the clusterNetworkSubnetId.Set the id.Set the ifMatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
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
Set the id.- Parameters:
id
- the id- Returns:
- the DeleteClusterNetworkSubnetReservedIpOptions builder
-
ifMatch
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the DeleteClusterNetworkSubnetReservedIpOptions builder
-