public static class CreateContainerInstanceShapeConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateContainerInstanceShapeConfigDetails |
build() |
CreateContainerInstanceShapeConfigDetails.Builder |
copy(CreateContainerInstanceShapeConfigDetails model) |
CreateContainerInstanceShapeConfigDetails.Builder |
memoryInGBs(Float memoryInGBs)
The total amount of memory available to the container instance (GB).
|
CreateContainerInstanceShapeConfigDetails.Builder |
ocpus(Float ocpus)
The total number of OCPUs available to the container instance.
|
public CreateContainerInstanceShapeConfigDetails.Builder ocpus(Float ocpus)
The total number of OCPUs available to the container instance.
ocpus
- the value to setpublic CreateContainerInstanceShapeConfigDetails.Builder memoryInGBs(Float memoryInGBs)
The total amount of memory available to the container instance (GB).
memoryInGBs
- the value to setpublic CreateContainerInstanceShapeConfigDetails build()
public CreateContainerInstanceShapeConfigDetails.Builder copy(CreateContainerInstanceShapeConfigDetails model)
Copyright © 2016–2024. All rights reserved.