public static class PipelineShapeConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineShapeConfigDetails |
build() |
PipelineShapeConfigDetails.Builder |
copy(PipelineShapeConfigDetails model) |
PipelineShapeConfigDetails.Builder |
memoryInGBs(Float memoryInGBs)
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified.
|
PipelineShapeConfigDetails.Builder |
ocpus(Float ocpus)
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be
specified.
|
public PipelineShapeConfigDetails.Builder ocpus(Float ocpus)
A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
ocpus
- the value to setpublic PipelineShapeConfigDetails.Builder memoryInGBs(Float memoryInGBs)
A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
memoryInGBs
- the value to setpublic PipelineShapeConfigDetails build()
public PipelineShapeConfigDetails.Builder copy(PipelineShapeConfigDetails model)
Copyright © 2016–2024. All rights reserved.