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