public static interface ListImagePipelineImagesResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListImagePipelineImagesResponse.Builder,ListImagePipelineImagesResponse>
Modifier and Type | Method and Description |
---|---|
ListImagePipelineImagesResponse.Builder |
imageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of images built by this pipeline.
|
ListImagePipelineImagesResponse.Builder |
imageSummaryList(Consumer<ImageSummary.Builder>... imageSummaryList)
The list of images built by this pipeline.
|
ListImagePipelineImagesResponse.Builder |
imageSummaryList(ImageSummary... imageSummaryList)
The list of images built by this pipeline.
|
ListImagePipelineImagesResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListImagePipelineImagesResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListImagePipelineImagesResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue
- The request ID that uniquely identifies this request.ListImagePipelineImagesResponse.Builder imageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of images built by this pipeline.
imageSummaryList
- The list of images built by this pipeline.ListImagePipelineImagesResponse.Builder imageSummaryList(ImageSummary... imageSummaryList)
The list of images built by this pipeline.
imageSummaryList
- The list of images built by this pipeline.ListImagePipelineImagesResponse.Builder imageSummaryList(Consumer<ImageSummary.Builder>... imageSummaryList)
The list of images built by this pipeline.
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 #imageSummaryList(List)
.imageSummaryList
- a consumer that will call methods on List.Builder
#imageSummaryList(List)
ListImagePipelineImagesResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this is not empty, there are additional elements
that the service has not included in this request. Use this token with the next request to retrieve
additional objects.