public static interface StopApplicationRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<StopApplicationRequest.Builder,StopApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
StopApplicationRequest.Builder |
applicationName(String applicationName)
The name of the running application to stop.
|
StopApplicationRequest.Builder |
force(Boolean force)
Set to
true to force the application to stop. |
StopApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopApplicationRequest.Builder applicationName(String applicationName)
The name of the running application to stop.
applicationName - The name of the running application to stop.StopApplicationRequest.Builder force(Boolean force)
Set to true to force the application to stop. If you set Force to true
, Kinesis Data Analytics stops the application without taking a snapshot.
Force-stopping your application may lead to data loss or duplication. To prevent data loss or duplicate processing of data during application restarts, we recommend you to take frequent snapshots of your application.
You can only force stop a Flink-based Kinesis Data Analytics application. You can't force stop a SQL-based Kinesis Data Analytics application.
The application must be in the STARTING, UPDATING, STOPPING,
AUTOSCALING, or RUNNING status.
force - Set to true to force the application to stop. If you set Force to
true, Kinesis Data Analytics stops the application without taking a snapshot. Force-stopping your application may lead to data loss or duplication. To prevent data loss or duplicate processing of data during application restarts, we recommend you to take frequent snapshots of your application.
You can only force stop a Flink-based Kinesis Data Analytics application. You can't force stop a SQL-based Kinesis Data Analytics application.
The application must be in the STARTING, UPDATING, STOPPING,
AUTOSCALING, or RUNNING status.
StopApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.