Interface RuntimePlatform.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RuntimePlatform.Builder,RuntimePlatform>, SdkBuilder<RuntimePlatform.Builder,RuntimePlatform>, SdkPojo
Enclosing class:
RuntimePlatform

public static interface RuntimePlatform.Builder extends SdkPojo, CopyableBuilder<RuntimePlatform.Builder,RuntimePlatform>
  • Method Details

    • cpuArchitecture

      RuntimePlatform.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 available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.

      Parameters:
      cpuArchitecture - The CPU architecture.

      You can run your Linux tasks on an ARM-based platform by setting the value to ARM64. This option is available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cpuArchitecture

      RuntimePlatform.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 available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.

      Parameters:
      cpuArchitecture - The CPU architecture.

      You can run your Linux tasks on an ARM-based platform by setting the value to ARM64. This option is available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operatingSystemFamily

      RuntimePlatform.Builder operatingSystemFamily(String operatingSystemFamily)

      The operating system.

      Parameters:
      operatingSystemFamily - The operating system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operatingSystemFamily

      RuntimePlatform.Builder operatingSystemFamily(OSFamily operatingSystemFamily)

      The operating system.

      Parameters:
      operatingSystemFamily - The operating system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: