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