Interface AvailableUpgrade.Builder

  • Method Details

    • version

      AvailableUpgrade.Builder version(String version)

      The semantic version number of the available upgrade for the SageMaker Partner AI App.

      Parameters:
      version - The semantic version number of the available upgrade for the SageMaker Partner AI App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • releaseNotes

      AvailableUpgrade.Builder releaseNotes(Collection<String> releaseNotes)

      A list of release notes describing the changes and improvements included in the available upgrade version.

      Parameters:
      releaseNotes - A list of release notes describing the changes and improvements included in the available upgrade version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • releaseNotes

      AvailableUpgrade.Builder releaseNotes(String... releaseNotes)

      A list of release notes describing the changes and improvements included in the available upgrade version.

      Parameters:
      releaseNotes - A list of release notes describing the changes and improvements included in the available upgrade version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.