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 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 #componentSummaryList(List) .componentSummaryList - a consumer that will call methods on List.Builder #componentSummaryList(List) 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 © 2020. All rights reserved.