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