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 theImageSummary.Builder avoiding the need to create
one manually via ImageSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #imageSummaryList(List.
imageSummaryList - a consumer that will call methods on
ImageSummary.Builder#imageSummaryList(java.util.Collection) 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 © 2023. All rights reserved.