Interface OSRelease.Builder

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

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

    • label

      OSRelease.Builder label(String label)

      The Amazon Linux release specified for a cluster in the RunJobFlow request. The format is as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1.

      Parameters:
      label - The Amazon Linux release specified for a cluster in the RunJobFlow request. The format is as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.