public static interface ListApplicationSnapshotsResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<ListApplicationSnapshotsResponse.Builder,ListApplicationSnapshotsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationSnapshotsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or
null if there are no additional results. |
ListApplicationSnapshotsResponse.Builder |
snapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
ListApplicationSnapshotsResponse.Builder |
snapshotSummaries(Consumer<SnapshotDetails.Builder>... snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
ListApplicationSnapshotsResponse.Builder |
snapshotSummaries(SnapshotDetails... snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationSnapshotsResponse.Builder snapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
snapshotSummaries - A collection of objects containing information about the application snapshots.ListApplicationSnapshotsResponse.Builder snapshotSummaries(SnapshotDetails... snapshotSummaries)
A collection of objects containing information about the application snapshots.
snapshotSummaries - A collection of objects containing information about the application snapshots.ListApplicationSnapshotsResponse.Builder snapshotSummaries(Consumer<SnapshotDetails.Builder>... snapshotSummaries)
A collection of objects containing information about the application snapshots.
This is a convenience method that creates an instance of theSnapshotDetails.Builder avoiding the need to
create one manually via
SnapshotDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #snapshotSummaries(List.
snapshotSummaries - a consumer that will call methods on
SnapshotDetails.Builder#snapshotSummaries(java.util.Collection) ListApplicationSnapshotsResponse.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 © 2022. All rights reserved.