Interface RuntimePlatform.Builder

    • Method Detail

      • 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, CPUArchitecture
      • 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:
        CPUArchitecture, CPUArchitecture
      • 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:
        OSFamily, OSFamily
      • 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:
        OSFamily, OSFamily