Package com.oracle.bmc.datascience.model
Class PipelineInfrastructureConfigurationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.PipelineInfrastructureConfigurationDetails.Builder
-
- Enclosing class:
- PipelineInfrastructureConfigurationDetails
public static class PipelineInfrastructureConfigurationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
shapeName
public PipelineInfrastructureConfigurationDetails.Builder shapeName(String shapeName)
The shape used to launch the instance for all step runs in the pipeline.- Parameters:
shapeName
- the value to set- Returns:
- this builder
-
blockStorageSizeInGBs
public PipelineInfrastructureConfigurationDetails.Builder blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance.- Parameters:
blockStorageSizeInGBs
- the value to set- Returns:
- this builder
-
subnetId
public PipelineInfrastructureConfigurationDetails.Builder subnetId(String subnetId)
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
shapeConfigDetails
public PipelineInfrastructureConfigurationDetails.Builder shapeConfigDetails(PipelineShapeConfigDetails shapeConfigDetails)
-
blockStorageSizeInGBsParameterized
public PipelineInfrastructureConfigurationDetails.Builder blockStorageSizeInGBsParameterized(String blockStorageSizeInGBsParameterized)
The size of the block storage volume to attach to the pipeline step run instance specified as a parameter.This overrides the blockStorageSizeInGBs value. The request will fail if the parameters used are null or invalid.
- Parameters:
blockStorageSizeInGBsParameterized
- the value to set- Returns:
- this builder
-
build
public PipelineInfrastructureConfigurationDetails build()
-
copy
public PipelineInfrastructureConfigurationDetails.Builder copy(PipelineInfrastructureConfigurationDetails model)
-
-