Interface DescribeImageTagsResponse.Builder

    • Method Detail

      • 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.
      • nextToken

        DescribeImageTagsResponse.Builder nextToken​(String 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.