Interface RuntimePlatform.Builder

  • 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, Amazon ECS Managed Instances, 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, Amazon ECS Managed Instances, 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, Amazon ECS Managed Instances, 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, Amazon ECS Managed Instances, 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: