Interface ListImagesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListImagesResponse.Builder,ListImagesResponse>, EcrResponse.Builder, SdkBuilder<ListImagesResponse.Builder,ListImagesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListImagesResponse

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

    • imageIds

      The list of image IDs for the requested repository.

      Parameters:
      imageIds - The list of image IDs for the requested repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageIds

      The list of image IDs for the requested repository.

      Parameters:
      imageIds - The list of image IDs for the requested repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageIds

      The list of image IDs for the requested repository.

      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 imageIds(List<ImageIdentifier>).

      Parameters:
      imageIds - 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:
    • nextToken

      ListImagesResponse.Builder nextToken(String nextToken)

      The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.