public static interface DescribeImageTagsResponse.Builder extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageTagsResponse.Builder,DescribeImageTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImageTagsResponse.Builder |
imageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
|
DescribeImageTagsResponse.Builder |
imageTagDetails(Consumer<ImageTagDetail.Builder>... imageTagDetails)
The image tag details for the images in the requested repository.
|
DescribeImageTagsResponse.Builder |
imageTagDetails(ImageTagDetail... imageTagDetails)
The image tag details for the images in the requested repository.
|
DescribeImageTagsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future DescribeImageTags request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageTagsResponse.Builder imageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
imageTagDetails - The image tag details for the images in the requested repository.DescribeImageTagsResponse.Builder imageTagDetails(ImageTagDetail... imageTagDetails)
The image tag details for the images in the requested repository.
imageTagDetails - The image tag details for the images in the requested repository.DescribeImageTagsResponse.Builder imageTagDetails(Consumer<ImageTagDetail.Builder>... imageTagDetails)
The image tag details for the images in the requested repository.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #imageTagDetails(List) .imageTagDetails - a consumer that will call methods on List.Builder #imageTagDetails(List) DescribeImageTagsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future DescribeImageTags request. When the
results of a DescribeImageTags 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.
nextToken - The nextToken value to include in a future DescribeImageTags request. When
the results of a DescribeImageTags 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.Copyright © 2022. All rights reserved.