public static class StandaloneJobInfrastructureConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StandaloneJobInfrastructureConfigurationDetails.Builder |
blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance running the job
|
StandaloneJobInfrastructureConfigurationDetails |
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
|
public StandaloneJobInfrastructureConfigurationDetails.Builder shapeName(String shapeName)
The shape used to launch the job run instances.
shapeName
- the value to setpublic StandaloneJobInfrastructureConfigurationDetails.Builder subnetId(String subnetId)
The subnet to create a secondary vnic in to attach to the instance running the job
subnetId
- the value to setpublic StandaloneJobInfrastructureConfigurationDetails.Builder blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
The size of the block storage volume to attach to the instance running the job
blockStorageSizeInGBs
- the value to setpublic StandaloneJobInfrastructureConfigurationDetails.Builder jobShapeConfigDetails(JobShapeConfigDetails jobShapeConfigDetails)
public StandaloneJobInfrastructureConfigurationDetails build()
Copyright © 2016–2024. All rights reserved.