@Stability(value=Stable) public static final class CfnJobDefinition.FargatePlatformConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJobDefinition.FargatePlatformConfigurationProperty>
CfnJobDefinition.FargatePlatformConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJobDefinition.FargatePlatformConfigurationProperty |
build()
Builds the configured instance.
|
CfnJobDefinition.FargatePlatformConfigurationProperty.Builder |
platformVersion(String platformVersion)
|
@Stability(value=Stable) public CfnJobDefinition.FargatePlatformConfigurationProperty.Builder platformVersion(String platformVersion)
platformVersion - The AWS 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 AWS Fargate platform for compute resources. For more information, see AWS Fargate platform versions in the Amazon Elastic Container Service Developer Guide .this@Stability(value=Stable) public CfnJobDefinition.FargatePlatformConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnJobDefinition.FargatePlatformConfigurationProperty>CfnJobDefinition.FargatePlatformConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.