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(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. |
buildcopyapply, 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 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.