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
-
-
-
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
-
capacityReservationId
public ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder capacityReservationId(String capacityReservationId)
This specifies the OCID of the customer-managed compute capacity reservation to be used for launching jobs.- Parameters:
capacityReservationId- the value to set- Returns:
- this builder
-
jobShapeConfigDetails
public ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder jobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails)
-
build
public ManagedEgressStandaloneJobInfrastructureConfigurationDetails build()
-
-