public static interface ListImagesResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<ListImagesResponse.Builder,ListImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImagesResponse.Builder |
imageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
ListImagesResponse.Builder |
imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
The list of image IDs for the requested repository.
|
ListImagesResponse.Builder |
imageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
|
ListImagesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListImages request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImagesResponse.Builder imageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
imageIds - The list of image IDs for the requested repository.ListImagesResponse.Builder imageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
imageIds - The list of image IDs for the requested repository.ListImagesResponse.Builder imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
The list of image IDs for the requested repository.
This is a convenience method that creates an instance of theImageIdentifier.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.
imageIds - a consumer that will call methods on
ImageIdentifier.Builder#imageIds(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.