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