Package com.oracle.bmc.datascience.model
Class ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder
-
- Enclosing class:
- ManagedEgressStandaloneJobInfrastructureConfigurationDetails
public static class ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder
blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance running the jobManagedEgressStandaloneJobInfrastructureConfigurationDetails
build()
ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder
copy(ManagedEgressStandaloneJobInfrastructureConfigurationDetails model)
ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder
jobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails)
ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder
shapeName(String shapeName)
The shape used to launch the job run instances.
-
-
-
Method Detail
-
shapeName
public ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder shapeName(String shapeName)
The shape used to launch the job run instances.- Parameters:
shapeName
- the value to set- Returns:
- this builder
-
blockStorageSizeInGBs
public ManagedEgressStandaloneJobInfrastructureConfigurationDetails.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 ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder jobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails)
-
build
public ManagedEgressStandaloneJobInfrastructureConfigurationDetails build()
-
-