public static interface DescribeImagesResponse.Builder extends ECRResponse.Builder, CopyableBuilder<DescribeImagesResponse.Builder,DescribeImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResponse.Builder |
imageDetails(Collection<ImageDetail> imageDetails)
A list of ImageDetail objects that contain data about the image.
|
DescribeImagesResponse.Builder |
imageDetails(Consumer<ImageDetail.Builder>... imageDetails)
A list of ImageDetail objects that contain data about the image.
|
DescribeImagesResponse.Builder |
imageDetails(ImageDetail... imageDetails)
A list of ImageDetail objects that contain data about the image.
|
DescribeImagesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future DescribeImages request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeImagesResponse.Builder imageDetails(Collection<ImageDetail> imageDetails)
A list of ImageDetail objects that contain data about the image.
imageDetails - A list of ImageDetail objects that contain data about the image.DescribeImagesResponse.Builder imageDetails(ImageDetail... imageDetails)
A list of ImageDetail objects that contain data about the image.
imageDetails - A list of ImageDetail objects that contain data about the image.DescribeImagesResponse.Builder imageDetails(Consumer<ImageDetail.Builder>... imageDetails)
A list of ImageDetail objects that contain data about the image.
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 #imageDetails(List) .imageDetails - a consumer that will call methods on List.Builder #imageDetails(List) DescribeImagesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future DescribeImages request. When the results
of a DescribeImages 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 DescribeImages request. When the
results of a DescribeImages 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.