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