Interface RuntimePlatformOverride.Builder

  • Method Details

    • cpuArchitecture

      RuntimePlatformOverride.Builder cpuArchitecture(String 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.