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