@Stability(value=Stable) public static final class CfnApplication.FlinkRunConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.FlinkRunConfigurationProperty>
CfnApplication.FlinkRunConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.FlinkRunConfigurationProperty.Builder |
allowNonRestoredState(Boolean allowNonRestoredState)
Sets the value of
CfnApplication.FlinkRunConfigurationProperty.getAllowNonRestoredState() |
CfnApplication.FlinkRunConfigurationProperty.Builder |
allowNonRestoredState(IResolvable allowNonRestoredState)
Sets the value of
CfnApplication.FlinkRunConfigurationProperty.getAllowNonRestoredState() |
CfnApplication.FlinkRunConfigurationProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnApplication.FlinkRunConfigurationProperty.Builder allowNonRestoredState(Boolean allowNonRestoredState)
CfnApplication.FlinkRunConfigurationProperty.getAllowNonRestoredState()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.
this@Stability(value=Stable) public CfnApplication.FlinkRunConfigurationProperty.Builder allowNonRestoredState(IResolvable allowNonRestoredState)
CfnApplication.FlinkRunConfigurationProperty.getAllowNonRestoredState()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.
this@Stability(value=Stable) public CfnApplication.FlinkRunConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.FlinkRunConfigurationProperty>CfnApplication.FlinkRunConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.