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