| 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 AWS 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 ContainerDetail.Builder |
ContainerDetail.Builder.fargatePlatformConfiguration(Consumer<FargatePlatformConfiguration.Builder> fargatePlatformConfiguration)
The platform configuration for jobs running on Fargate resources.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.fargatePlatformConfiguration(Consumer<FargatePlatformConfiguration.Builder> fargatePlatformConfiguration)
The platform configuration for jobs running on Fargate resources.
|
Copyright © 2021. All rights reserved.