@Generated(value="software.amazon.awssdk:codegen") public final class StopApplicationRequest extends KinesisAnalyticsV2Request implements ToCopyableBuilder<StopApplicationRequest.Builder,StopApplicationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopApplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the running application to stop.
|
static StopApplicationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
force()
Set to
true to force the application to stop. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopApplicationRequest.Builder> |
serializableBuilderClass() |
StopApplicationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationName()
The name of the running application to stop.
public final 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.
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.
public StopApplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopApplicationRequest.Builder,StopApplicationRequest>toBuilder in class KinesisAnalyticsV2Requestpublic static StopApplicationRequest.Builder builder()
public static Class<? extends StopApplicationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.