| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static RuntimePlatform.Builder |
RuntimePlatform.builder() |
RuntimePlatform.Builder |
RuntimePlatform.Builder.cpuArchitecture(String cpuArchitecture)
The vCPU architecture.
|
RuntimePlatform.Builder |
RuntimePlatform.Builder.operatingSystemFamily(String operatingSystemFamily)
The operating system for the compute environment.
|
RuntimePlatform.Builder |
RuntimePlatform.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuntimePlatform.Builder> |
RuntimePlatform.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerProperties.Builder |
ContainerProperties.Builder.runtimePlatform(Consumer<RuntimePlatform.Builder> runtimePlatform)
Sets the value of the RuntimePlatform property for this object.
|
default ContainerDetail.Builder |
ContainerDetail.Builder.runtimePlatform(Consumer<RuntimePlatform.Builder> runtimePlatform)
Sets the value of the RuntimePlatform property for this object.
|
Copyright © 2023. All rights reserved.