@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FargatePlatformConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The platform configuration for jobs running on Fargate resources. For jobs that run on EC2 resources, you shouldn't specify this parameter.
Constructor and Description |
---|
FargatePlatformConfiguration() |
Modifier and Type | Method and Description |
---|---|
FargatePlatformConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getPlatformVersion()
The AWS Fargate platform version where the jobs are running.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPlatformVersion(String platformVersion)
The AWS Fargate platform version where the jobs are running.
|
String |
toString()
Returns a string representation of this object.
|
FargatePlatformConfiguration |
withPlatformVersion(String platformVersion)
The AWS Fargate platform version where the jobs are running.
|
public void setPlatformVersion(String platformVersion)
The AWS Fargate platform version where 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 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.
platformVersion
- The AWS Fargate platform version where 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 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.public String getPlatformVersion()
The AWS Fargate platform version where 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 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.
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.public FargatePlatformConfiguration withPlatformVersion(String platformVersion)
The AWS Fargate platform version where 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 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.
platformVersion
- The AWS Fargate platform version where 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 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.public String toString()
toString
in class Object
Object.toString()
public FargatePlatformConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.