Class FargatePlatformConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.batch.model.FargatePlatformConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FargatePlatformConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
The platform configuration for jobs that are running on Fargate resources. Jobs that run on Amazon EC2 resources must not specify this parameter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FargatePlatformConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
platformVersion
public final 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.- Returns:
- 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.
-
toBuilder
public FargatePlatformConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FargatePlatformConfiguration.Builder,FargatePlatformConfiguration>
-
builder
public static FargatePlatformConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FargatePlatformConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-