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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineInfrastructureConfigurationDetails.BuilderblockStorageSizeInGBs(Integer blockStorageSizeInGBs)The size of the block storage volume to attach to the instance.PipelineInfrastructureConfigurationDetails.BuilderblockStorageSizeInGBsParameterized(String blockStorageSizeInGBsParameterized)The size of the block storage volume to attach to the pipeline step run instance specified as a parameter.PipelineInfrastructureConfigurationDetailsbuild()PipelineInfrastructureConfigurationDetails.BuildercapacityReservationId(String capacityReservationId)This specifies the OCID of the customer-managed compute capacity reservation to be used for launching pipelines.PipelineInfrastructureConfigurationDetails.Buildercopy(PipelineInfrastructureConfigurationDetails model)PipelineInfrastructureConfigurationDetails.BuildershapeConfigDetails(PipelineShapeConfigDetails shapeConfigDetails)PipelineInfrastructureConfigurationDetails.BuildershapeName(String shapeName)The shape used to launch the instance for all step runs in the pipeline.PipelineInfrastructureConfigurationDetails.BuildersubnetId(String subnetId)The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
-
-
-
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
-
capacityReservationId
public PipelineInfrastructureConfigurationDetails.Builder capacityReservationId(String capacityReservationId)
This specifies the OCID of the customer-managed compute capacity reservation to be used for launching pipelines.- Parameters:
capacityReservationId- the value to set- Returns:
- this builder
-
build
public PipelineInfrastructureConfigurationDetails build()
-
copy
public PipelineInfrastructureConfigurationDetails.Builder copy(PipelineInfrastructureConfigurationDetails model)
-
-