public static interface ListComponentVersionsResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListComponentVersionsResponse.Builder,ListComponentVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentVersionsResponse.Builder |
componentVersions(Collection<ComponentVersionListItem> componentVersions)
A list of versions that exist for the component.
|
ListComponentVersionsResponse.Builder |
componentVersions(ComponentVersionListItem... componentVersions)
A list of versions that exist for the component.
|
ListComponentVersionsResponse.Builder |
componentVersions(Consumer<ComponentVersionListItem.Builder>... componentVersions)
A list of versions that exist for the component.
|
ListComponentVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentVersionsResponse.Builder componentVersions(Collection<ComponentVersionListItem> componentVersions)
A list of versions that exist for the component.
componentVersions - A list of versions that exist for the component.ListComponentVersionsResponse.Builder componentVersions(ComponentVersionListItem... componentVersions)
A list of versions that exist for the component.
componentVersions - A list of versions that exist for the component.ListComponentVersionsResponse.Builder componentVersions(Consumer<ComponentVersionListItem.Builder>... componentVersions)
A list of versions that exist for the component.
This is a convenience method that creates an instance of theComponentVersionListItem.Builder avoiding the need
to create one manually via
ComponentVersionListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #componentVersions(List.
componentVersions - a consumer that will call methods on
ComponentVersionListItem.Builder#componentVersions(java.util.Collection) ListComponentVersionsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.