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