@Generated(value="software.amazon.awssdk:codegen") public final class FargatePlatformConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
The platform configuration for jobs running on Fargate resources. For jobs that run on EC2 resources, you shouldn't specify this parameter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FargatePlatformConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FargatePlatformConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
platformVersion()
The AWS Fargate platform version where the jobs are running.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FargatePlatformConfiguration.Builder> |
serializableBuilderClass() |
FargatePlatformConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>public static FargatePlatformConfiguration.Builder builder()
public static Class<? extends FargatePlatformConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.