public static interface ListImagesResponse.Builder extends ECRResponse.Builder, 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 #imageIds(List) .imageIds - a consumer that will call methods on List.Builder #imageIds(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.