public static interface ListApplicationVersionsResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsResponse.Builder,ListApplicationVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsResponse.Builder |
applicationVersionSummaries(ApplicationVersionSummary... applicationVersionSummaries)
A list of the application versions and the associated configuration summaries.
|
ListApplicationVersionsResponse.Builder |
applicationVersionSummaries(Collection<ApplicationVersionSummary> applicationVersionSummaries)
A list of the application versions and the associated configuration summaries.
|
ListApplicationVersionsResponse.Builder |
applicationVersionSummaries(Consumer<ApplicationVersionSummary.Builder>... applicationVersionSummaries)
A list of the application versions and the associated configuration summaries.
|
ListApplicationVersionsResponse.Builder |
nextToken(String nextToken)
The pagination token for the next set of results, or
null if there are no additional results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationVersionsResponse.Builder applicationVersionSummaries(Collection<ApplicationVersionSummary> applicationVersionSummaries)
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
applicationVersionSummaries - A list of the application versions and the associated configuration summaries. The list includes
application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
ListApplicationVersionsResponse.Builder applicationVersionSummaries(ApplicationVersionSummary... applicationVersionSummaries)
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
applicationVersionSummaries - A list of the application versions and the associated configuration summaries. The list includes
application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
ListApplicationVersionsResponse.Builder applicationVersionSummaries(Consumer<ApplicationVersionSummary.Builder>... applicationVersionSummaries)
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
This is a convenience method that creates an instance of theApplicationVersionSummary.Builder avoiding
the need to create one manually via
ApplicationVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #applicationVersionSummaries(List.
applicationVersionSummaries - a consumer that will call methods on
ApplicationVersionSummary.Builder#applicationVersionSummaries(java.util.Collection) ListApplicationVersionsResponse.Builder nextToken(String nextToken)
The pagination token for the next set of results, or null if there are no additional results. To
retrieve the next set of items, pass this token into a subsequent invocation of this operation. For more
information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.
nextToken - The pagination token for the next set of results, or null if there are no additional
results. To retrieve the next set of items, pass this token into a subsequent invocation of this
operation. For more information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.Copyright © 2022. All rights reserved.