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 theImageTagDetail.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.
imageTagDetails - a consumer that will call methods on
ImageTagDetail.Builder#imageTagDetails(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.