public static interface ListApplicationSnapshotsRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationSnapshotsRequest.Builder,ListApplicationSnapshotsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationSnapshotsRequest.Builder |
applicationName(String applicationName)
The name of an existing application.
|
ListApplicationSnapshotsRequest.Builder |
limit(Integer limit)
The maximum number of application snapshots to list.
|
ListApplicationSnapshotsRequest.Builder |
nextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
ListApplicationSnapshotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationSnapshotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationSnapshotsRequest.Builder applicationName(String applicationName)
The name of an existing application.
applicationName - The name of an existing application.ListApplicationSnapshotsRequest.Builder limit(Integer limit)
The maximum number of application snapshots to list.
limit - The maximum number of application snapshots to list.ListApplicationSnapshotsRequest.Builder nextToken(String nextToken)
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
nextToken - Use this parameter if you receive a NextToken response in a previous request that
indicates that there is more output available. Set it to the value of the previous call's
NextToken response to indicate where the output should continue from.ListApplicationSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.