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