Interface DescribeImageTagsResponse.Builder

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

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

    • imageTagDetails

      DescribeImageTagsResponse.Builder imageTagDetails(Collection<ImageTagDetail> imageTagDetails)

      The image tag details for the images in the requested repository.

      Parameters:
      imageTagDetails - The image tag details for the images in the requested repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageTagDetails

      DescribeImageTagsResponse.Builder imageTagDetails(ImageTagDetail... imageTagDetails)

      The image tag details for the images in the requested repository.

      Parameters:
      imageTagDetails - The image tag details for the images in the requested repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageTagDetails

      The image tag details for the images in the requested repository.

      This is a convenience method that creates an instance of the ImageTagDetail.Builder avoiding the need to create one manually via ImageTagDetail.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to imageTagDetails(List<ImageTagDetail>).

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

      The nextToken value to include in a future DescribeImageTags request. When the results of a DescribeImageTags request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null.

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