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