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