public static interface ListComponentsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListComponentsResponse.Builder,ListComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
componentVersionList(Collection<ComponentVersion> componentVersionList)
The list of component semantic versions.
|
ListComponentsResponse.Builder |
componentVersionList(ComponentVersion... componentVersionList)
The list of component semantic versions.
|
ListComponentsResponse.Builder |
componentVersionList(Consumer<ComponentVersion.Builder>... componentVersionList)
The list of component semantic versions.
|
ListComponentsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListComponentsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListComponentsResponse.Builder componentVersionList(Collection<ComponentVersion> componentVersionList)
The list of component semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
componentVersionList - The list of component semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
ListComponentsResponse.Builder componentVersionList(ComponentVersion... componentVersionList)
The list of component semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
componentVersionList - The list of component semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
ListComponentsResponse.Builder componentVersionList(Consumer<ComponentVersion.Builder>... componentVersionList)
The list of component semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
ComponentVersion.Builder avoiding the need to
create one manually via ComponentVersion.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #componentVersionList(List.
componentVersionList - a consumer that will call methods on
ComponentVersion.Builder#componentVersionList(java.util.Collection) ListComponentsResponse.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.