public static interface FargatePlatformConfiguration.Builder extends SdkPojo, CopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
Modifier and Type | Method and Description |
---|---|
FargatePlatformConfiguration.Builder |
platformVersion(String platformVersion)
The AWS Fargate platform version on which the jobs are running.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FargatePlatformConfiguration.Builder platformVersion(String platformVersion)
The AWS Fargate platform version on which the jobs are running. A platform version is specified only for jobs
running on Fargate resources. If one isn't specified, the LATEST
platform version is used by
default. This will use a recent, approved version of the AWS Fargate platform for compute resources. For more
information, see AWS Fargate
platform versions in the Amazon Elastic Container Service Developer Guide.
platformVersion
- The AWS Fargate platform version on which the jobs are running. A platform version is specified only
for jobs running on Fargate resources. If one isn't specified, the LATEST
platform
version is used by default. This will use a recent, approved version of the AWS Fargate platform for
compute resources. For more information, see AWS Fargate
platform versions in the Amazon Elastic Container Service Developer Guide.Copyright © 2020. All rights reserved.