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