Package com.oracle.bmc.datacc.model
Class ScaleInfrastructureStorageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datacc.model.ScaleInfrastructureStorageDetails.Builder
-
- Enclosing class:
- ScaleInfrastructureStorageDetails
public static class ScaleInfrastructureStorageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScaleInfrastructureStorageDetailsbuild()ScaleInfrastructureStorageDetails.Buildercopy(ScaleInfrastructureStorageDetails model)ScaleInfrastructureStorageDetails.BuilderssdConfigurationRequested(ShapeEnum ssdConfigurationRequested)The scale option to be selected for the infrastructure.
-
-
-
Method Detail
-
ssdConfigurationRequested
public ScaleInfrastructureStorageDetails.Builder ssdConfigurationRequested(ShapeEnum ssdConfigurationRequested)
The scale option to be selected for the infrastructure.- Parameters:
ssdConfigurationRequested- the value to set- Returns:
- this builder
-
build
public ScaleInfrastructureStorageDetails build()
-
copy
public ScaleInfrastructureStorageDetails.Builder copy(ScaleInfrastructureStorageDetails model)
-
-