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