public static interface RuntimePlatform.Builder extends SdkPojo, CopyableBuilder<RuntimePlatform.Builder,RuntimePlatform>
| Modifier and Type | Method and Description |
|---|---|
RuntimePlatform.Builder |
cpuArchitecture(CPUArchitecture cpuArchitecture)
The CPU architecture.
|
RuntimePlatform.Builder |
cpuArchitecture(String cpuArchitecture)
The CPU architecture.
|
RuntimePlatform.Builder |
operatingSystemFamily(OSFamily operatingSystemFamily)
The operating system.
|
RuntimePlatform.Builder |
operatingSystemFamily(String operatingSystemFamily)
The operating system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuntimePlatform.Builder cpuArchitecture(String cpuArchitecture)
The CPU architecture.
You can run your Linux tasks on an ARM-based platform by setting the value to ARM64. This option
is avaiable for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
cpuArchitecture - The CPU architecture.
You can run your Linux tasks on an ARM-based platform by setting the value to ARM64. This
option is avaiable for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
CPUArchitecture,
CPUArchitectureRuntimePlatform.Builder cpuArchitecture(CPUArchitecture cpuArchitecture)
The CPU architecture.
You can run your Linux tasks on an ARM-based platform by setting the value to ARM64. This option
is avaiable for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
cpuArchitecture - The CPU architecture.
You can run your Linux tasks on an ARM-based platform by setting the value to ARM64. This
option is avaiable for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
CPUArchitecture,
CPUArchitectureRuntimePlatform.Builder operatingSystemFamily(String operatingSystemFamily)
The operating system.
RuntimePlatform.Builder operatingSystemFamily(OSFamily operatingSystemFamily)
The operating system.
Copyright © 2022. All rights reserved.