Class RuntimePlatform
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RuntimePlatform.Builder,
RuntimePlatform>
An object that represents the compute environment architecture for Batch jobs on Fargate.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimePlatform.Builder
builder()
final String
The vCPU architecture.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The operating system for the compute environment.static Class
<? extends RuntimePlatform.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
operatingSystemFamily
The operating system for the compute environment. Valid values are:
LINUX
(default),WINDOWS_SERVER_2019_CORE
,WINDOWS_SERVER_2019_FULL
,WINDOWS_SERVER_2022_CORE
, andWINDOWS_SERVER_2022_FULL
.The following parameters can’t be set for Windows containers:
linuxParameters
,privileged
,user
,ulimits
,readonlyRootFilesystem
, andefsVolumeConfiguration
.The Batch Scheduler checks before registering a task definition with Fargate. If the job requires a Windows container and the first compute environment is
LINUX
, the compute environment is skipped and the next is checked until a Windows-based compute environment is found.Fargate Spot is not supported for Windows-based containers on Fargate. A job queue will be blocked if a Fargate Windows job is submitted to a job queue with only Fargate Spot compute environments. However, you can attach both
FARGATE
andFARGATE_SPOT
compute environments to the same job queue.- Returns:
- The operating system for the compute environment. Valid values are:
LINUX
(default),WINDOWS_SERVER_2019_CORE
,WINDOWS_SERVER_2019_FULL
,WINDOWS_SERVER_2022_CORE
, andWINDOWS_SERVER_2022_FULL
.The following parameters can’t be set for Windows containers:
linuxParameters
,privileged
,user
,ulimits
,readonlyRootFilesystem
, andefsVolumeConfiguration
.The Batch Scheduler checks before registering a task definition with Fargate. If the job requires a Windows container and the first compute environment is
LINUX
, the compute environment is skipped and the next is checked until a Windows-based compute environment is found.Fargate Spot is not supported for Windows-based containers on Fargate. A job queue will be blocked if a Fargate Windows job is submitted to a job queue with only Fargate Spot compute environments. However, you can attach both
FARGATE
andFARGATE_SPOT
compute environments to the same job queue.
-
cpuArchitecture
The vCPU architecture. The default value is
X86_64
. Valid values areX86_64
andARM64
.This parameter must be set to
X86_64
for Windows containers.- Returns:
- The vCPU architecture. The default value is
X86_64
. Valid values areX86_64
andARM64
.This parameter must be set to
X86_64
for Windows containers.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<RuntimePlatform.Builder,
RuntimePlatform> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-