Interface AmazonMachineImageOperatingSystem.Builder

  • Method Details

    • operatingSystemFamilyName

      AmazonMachineImageOperatingSystem.Builder operatingSystemFamilyName(String operatingSystemFamilyName)

      The operating system family, such as Linux or Windows.

      Parameters:
      operatingSystemFamilyName - The operating system family, such as Linux or Windows.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingSystemName

      AmazonMachineImageOperatingSystem.Builder operatingSystemName(String operatingSystemName)

      The specific operating system name, such as Amazon Linux 2 or Windows Server 2022.

      Parameters:
      operatingSystemName - The specific operating system name, such as Amazon Linux 2 or Windows Server 2022.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingSystemVersion

      AmazonMachineImageOperatingSystem.Builder operatingSystemVersion(String operatingSystemVersion)

      The version of the operating system.

      Parameters:
      operatingSystemVersion - The version of the operating system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.