Package com.oracle.bmc.datascience.model
Class StandaloneJobInfrastructureConfigurationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.StandaloneJobInfrastructureConfigurationDetails.Builder
-
- Enclosing class:
- StandaloneJobInfrastructureConfigurationDetails
public static class StandaloneJobInfrastructureConfigurationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandaloneJobInfrastructureConfigurationDetails.Builder
blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance running the jobStandaloneJobInfrastructureConfigurationDetails
build()
StandaloneJobInfrastructureConfigurationDetails.Builder
copy(StandaloneJobInfrastructureConfigurationDetails model)
StandaloneJobInfrastructureConfigurationDetails.Builder
jobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails)
StandaloneJobInfrastructureConfigurationDetails.Builder
shapeName(String shapeName)
The shape used to launch the job run instances.StandaloneJobInfrastructureConfigurationDetails.Builder
subnetId(String subnetId)
The subnet to create a secondary vnic in to attach to the instance running the job
-
-
-
Method Detail
-
shapeName
public StandaloneJobInfrastructureConfigurationDetails.Builder shapeName(String shapeName)
The shape used to launch the job run instances.- Parameters:
shapeName
- the value to set- Returns:
- this builder
-
subnetId
public StandaloneJobInfrastructureConfigurationDetails.Builder subnetId(String subnetId)
The subnet to create a secondary vnic in to attach to the instance running the job- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
blockStorageSizeInGBs
public StandaloneJobInfrastructureConfigurationDetails.Builder blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance running the job- Parameters:
blockStorageSizeInGBs
- the value to set- Returns:
- this builder
-
jobShapeConfigDetails
public StandaloneJobInfrastructureConfigurationDetails.Builder jobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails)
-
build
public StandaloneJobInfrastructureConfigurationDetails build()
-
copy
public StandaloneJobInfrastructureConfigurationDetails.Builder copy(StandaloneJobInfrastructureConfigurationDetails model)
-
-