Interface UpdateClusterSoftwareInstanceGroupSpecification.Builder

  • Method Details

    • instanceGroupName

      The name of the instance group to update.

      Parameters:
      instanceGroupName - The name of the instance group to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageReleaseVersion

      UpdateClusterSoftwareInstanceGroupSpecification.Builder imageReleaseVersion(String imageReleaseVersion)

      The version of the HyperPod-managed AMI to update to for the instance group. Uses semantic versioning in the format MAJOR.MINOR.PATCH.

      Parameters:
      imageReleaseVersion - The version of the HyperPod-managed AMI to update to for the instance group. Uses semantic versioning in the format MAJOR.MINOR.PATCH.
      Returns:
      Returns a reference to this object so that method calls can be chained together.