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