public static class PipelineInfrastructureConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineInfrastructureConfigurationDetails.Builder |
blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance.
|
PipelineInfrastructureConfigurationDetails |
build() |
PipelineInfrastructureConfigurationDetails.Builder |
copy(PipelineInfrastructureConfigurationDetails model) |
PipelineInfrastructureConfigurationDetails.Builder |
shapeConfigDetails(PipelineShapeConfigDetails shapeConfigDetails) |
PipelineInfrastructureConfigurationDetails.Builder |
shapeName(String shapeName)
The shape used to launch the instance for all step runs in the pipeline.
|
PipelineInfrastructureConfigurationDetails.Builder |
subnetId(String subnetId)
The subnet to create a secondary vnic in to attach to the instance running the pipeline
step.
|
public PipelineInfrastructureConfigurationDetails.Builder shapeName(String shapeName)
The shape used to launch the instance for all step runs in the pipeline.
shapeName
- the value to setpublic PipelineInfrastructureConfigurationDetails.Builder blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance.
blockStorageSizeInGBs
- the value to setpublic PipelineInfrastructureConfigurationDetails.Builder subnetId(String subnetId)
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
subnetId
- the value to setpublic PipelineInfrastructureConfigurationDetails.Builder shapeConfigDetails(PipelineShapeConfigDetails shapeConfigDetails)
public PipelineInfrastructureConfigurationDetails build()
public PipelineInfrastructureConfigurationDetails.Builder copy(PipelineInfrastructureConfigurationDetails model)
Copyright © 2016–2024. All rights reserved.