Interface UpdateImageStorageClassResponse.Builder

  • Method Details

    • registryId

      The registry ID associated with the request.

      Parameters:
      registryId - The registry ID associated with the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      UpdateImageStorageClassResponse.Builder repositoryName(String repositoryName)

      The repository name associated with the request.

      Parameters:
      repositoryName - The repository name associated with the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageId

      Sets the value of the ImageId property for this object.
      Parameters:
      imageId - The new value for the ImageId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageId

      Sets the value of the ImageId property for this object. This is a convenience method that creates an instance of the ImageIdentifier.Builder avoiding the need to create one manually via ImageIdentifier.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to imageId(ImageIdentifier).

      Parameters:
      imageId - a consumer that will call methods on ImageIdentifier.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageStatus

      The current status of the image after the call to UpdateImageStorageClass is complete. Valid values are ACTIVE, ARCHIVED, and ACTIVATING.

      Parameters:
      imageStatus - The current status of the image after the call to UpdateImageStorageClass is complete. Valid values are ACTIVE, ARCHIVED, and ACTIVATING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageStatus

      The current status of the image after the call to UpdateImageStorageClass is complete. Valid values are ACTIVE, ARCHIVED, and ACTIVATING.

      Parameters:
      imageStatus - The current status of the image after the call to UpdateImageStorageClass is complete. Valid values are ACTIVE, ARCHIVED, and ACTIVATING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: