public static interface ListComponentBuildVersionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListComponentBuildVersionsResponse.Builder,ListComponentBuildVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentBuildVersionsResponse.Builder |
componentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResponse.Builder |
componentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResponse.Builder |
componentSummaryList(Consumer<ComponentSummary.Builder>... componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListComponentBuildVersionsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentBuildVersionsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListComponentBuildVersionsResponse.Builder componentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
componentSummaryList - The list of component summaries for the specified semantic version.ListComponentBuildVersionsResponse.Builder componentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
componentSummaryList - The list of component summaries for the specified semantic version.ListComponentBuildVersionsResponse.Builder componentSummaryList(Consumer<ComponentSummary.Builder>... componentSummaryList)
The list of component summaries for the specified semantic version.
This is a convenience method that creates an instance of theComponentSummary.Builder avoiding the need to
create one manually via ComponentSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #componentSummaryList(List.
componentSummaryList - a consumer that will call methods on
ComponentSummary.Builder#componentSummaryList(java.util.Collection) ListComponentBuildVersionsResponse.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.