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