| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static FargatePlatformConfiguration.Builder |
FargatePlatformConfiguration.builder() |
FargatePlatformConfiguration.Builder |
FargatePlatformConfiguration.Builder.platformVersion(String platformVersion)
The Fargate platform version where the jobs are running.
|
FargatePlatformConfiguration.Builder |
FargatePlatformConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FargatePlatformConfiguration.Builder> |
FargatePlatformConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerProperties.Builder |
ContainerProperties.Builder.fargatePlatformConfiguration(Consumer<FargatePlatformConfiguration.Builder> fargatePlatformConfiguration)
The platform configuration for jobs that are running on Fargate resources.
|
default ContainerDetail.Builder |
ContainerDetail.Builder.fargatePlatformConfiguration(Consumer<FargatePlatformConfiguration.Builder> fargatePlatformConfiguration)
The platform configuration for jobs that are running on Fargate resources.
|
Copyright © 2023. All rights reserved.