CopyableBuilder<ListImagesResponse.Builder,ListImagesResponse>
, SdkBuilder<ListImagesResponse.Builder,ListImagesResponse>
public static interface ListImagesResponse.Builder extends CopyableBuilder<ListImagesResponse.Builder,ListImagesResponse>
Modifier and Type | Method | 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. |
copy
apply, build
ListImagesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setImageIds(java.util.Collection)
or #withImageIds(java.util.Collection)
if you want to
override the existing values.
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.