@Generated(value="software.amazon.awssdk:codegen") public final class FlinkRunConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlinkRunConfiguration.Builder,FlinkRunConfiguration>
Describes the starting parameters for a Flink-based Kinesis Data Analytics application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlinkRunConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowNonRestoredState()
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to
the new program.
|
static FlinkRunConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlinkRunConfiguration.Builder> |
serializableBuilderClass() |
FlinkRunConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean allowNonRestoredState()
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.
This value defaults to false. If you update your application without specifying this parameter,
AllowNonRestoredState will be set to false, even if it was previously set to
true.
This value defaults to false. If you update your application without specifying this
parameter, AllowNonRestoredState will be set to false, even if it was
previously set to true.
public FlinkRunConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlinkRunConfiguration.Builder,FlinkRunConfiguration>public static FlinkRunConfiguration.Builder builder()
public static Class<? extends FlinkRunConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.