Interface FargatePlatformConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
,SdkBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
,SdkPojo
- Enclosing class:
- FargatePlatformConfiguration
public static interface FargatePlatformConfiguration.Builder extends SdkPojo, CopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FargatePlatformConfiguration.Builder
platformVersion(String platformVersion)
The Fargate platform version where the jobs are running.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
platformVersion
FargatePlatformConfiguration.Builder platformVersion(String platformVersion)
The Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the
LATEST
platform version is used by default. This uses a recent, approved version of the Fargate platform for compute resources. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.- Parameters:
platformVersion
- The Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, theLATEST
platform version is used by default. This uses a recent, approved version of the Fargate platform for compute resources. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-