Interface RuntimePlatformOverride.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RuntimePlatformOverride.Builder,,RuntimePlatformOverride> SdkBuilder<RuntimePlatformOverride.Builder,,RuntimePlatformOverride> SdkPojo
- Enclosing class:
RuntimePlatformOverride
@Mutable
@NotThreadSafe
public static interface RuntimePlatformOverride.Builder
extends SdkPojo, CopyableBuilder<RuntimePlatformOverride.Builder,RuntimePlatformOverride>
-
Method Summary
Modifier and TypeMethodDescriptioncpuArchitecture(String cpuArchitecture) The CPU architecture that tasks in this service revision run on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cpuArchitecture
The CPU architecture that tasks in this service revision run on. This value might differ from the architecture declared in the task definition—for example, when Amazon ECS detects an architecture mismatch during an Amazon ECS Express deployment and runs tasks on a different architecture. You can't set this value.
Valid values:
-
X86_64- The x86 64-bit architecture. -
ARM64- The 64-bit ARM architecture.
- Parameters:
cpuArchitecture- The CPU architecture that tasks in this service revision run on. This value might differ from the architecture declared in the task definition—for example, when Amazon ECS detects an architecture mismatch during an Amazon ECS Express deployment and runs tasks on a different architecture. You can't set this value.Valid values:
-
X86_64- The x86 64-bit architecture. -
ARM64- The 64-bit ARM architecture.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-