public static interface ListImageBuildVersionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListImageBuildVersionsResponse.Builder,ListImageBuildVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImageBuildVersionsResponse.Builder |
imageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of image build versions.
|
ListImageBuildVersionsResponse.Builder |
imageSummaryList(Consumer<ImageSummary.Builder>... imageSummaryList)
The list of image build versions.
|
ListImageBuildVersionsResponse.Builder |
imageSummaryList(ImageSummary... imageSummaryList)
The list of image build versions.
|
ListImageBuildVersionsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListImageBuildVersionsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImageBuildVersionsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListImageBuildVersionsResponse.Builder imageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of image build versions.
imageSummaryList - The list of image build versions.ListImageBuildVersionsResponse.Builder imageSummaryList(ImageSummary... imageSummaryList)
The list of image build versions.
imageSummaryList - The list of image build versions.ListImageBuildVersionsResponse.Builder imageSummaryList(Consumer<ImageSummary.Builder>... imageSummaryList)
The list of image build versions.
This is a convenience method 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) ListImageBuildVersionsResponse.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.Copyright © 2022. All rights reserved.