Class FlinkRunConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.FlinkRunConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlinkRunConfiguration.Builder,FlinkRunConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FlinkRunConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlinkRunConfiguration.Builder,FlinkRunConfiguration>
Describes the starting parameters for a Managed Service for Apache Flink application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlinkRunConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowNonRestoredState()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.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FlinkRunConfiguration.Builder>serializableBuilderClass()FlinkRunConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
allowNonRestoredState
public 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,AllowNonRestoredStatewill be set tofalse, even if it was previously set totrue.- Returns:
- 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,AllowNonRestoredStatewill be set tofalse, even if it was previously set totrue.
-
toBuilder
public FlinkRunConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlinkRunConfiguration.Builder,FlinkRunConfiguration>
-
builder
public static FlinkRunConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlinkRunConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-