Class GetClusterNetworkSubnetReservedIpOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.GetClusterNetworkSubnetReservedIpOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a GetClusterNetworkSubnetReservedIpOptions.clusterNetworkId
(String clusterNetworkId) Set the clusterNetworkId.clusterNetworkSubnetId
(String clusterNetworkSubnetId) Set the clusterNetworkSubnetId.Set the id.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a GetClusterNetworkSubnetReservedIpOptions.- Returns:
- the new GetClusterNetworkSubnetReservedIpOptions instance
-
clusterNetworkId
Set the clusterNetworkId.- Parameters:
clusterNetworkId
- the clusterNetworkId- Returns:
- the GetClusterNetworkSubnetReservedIpOptions builder
-
clusterNetworkSubnetId
public GetClusterNetworkSubnetReservedIpOptions.Builder clusterNetworkSubnetId(String clusterNetworkSubnetId) Set the clusterNetworkSubnetId.- Parameters:
clusterNetworkSubnetId
- the clusterNetworkSubnetId- Returns:
- the GetClusterNetworkSubnetReservedIpOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the GetClusterNetworkSubnetReservedIpOptions builder
-