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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedEgressStandaloneJobInfrastructureConfigurationDetails.BuilderblockStorageSizeInGBs(Integer blockStorageSizeInGBs)The size of the block storage volume to attach to the instance running the jobManagedEgressStandaloneJobInfrastructureConfigurationDetailsbuild()ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Buildercopy(ManagedEgressStandaloneJobInfrastructureConfigurationDetails model)ManagedEgressStandaloneJobInfrastructureConfigurationDetails.BuilderjobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails)ManagedEgressStandaloneJobInfrastructureConfigurationDetails.BuildershapeName(String shapeName)The shape used to launch the job run instances.
 
- 
- 
- 
Method Detail- 
shapeNamepublic ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder shapeName(String shapeName) The shape used to launch the job run instances.- Parameters:
- shapeName- the value to set
- Returns:
- this builder
 
 - 
blockStorageSizeInGBspublic 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
 
 - 
jobShapeConfigDetailspublic ManagedEgressStandaloneJobInfrastructureConfigurationDetails.Builder jobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails) 
 - 
buildpublic ManagedEgressStandaloneJobInfrastructureConfigurationDetails build() 
 
- 
 
-