@Stability(value=Stable)
public static interface CfnApplication.FlinkRunConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisanalyticsv2.*;
FlinkRunConfigurationProperty flinkRunConfigurationProperty = FlinkRunConfigurationProperty.builder()
.allowNonRestoredState(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.FlinkRunConfigurationProperty.Builder
A builder for
CfnApplication.FlinkRunConfigurationProperty |
static class |
CfnApplication.FlinkRunConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplication.FlinkRunConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.FlinkRunConfigurationProperty.Builder |
builder() |
default Object |
getAllowNonRestoredState()
`CfnApplication.FlinkRunConfigurationProperty.AllowNonRestoredState`.
|
@Stability(value=Stable) @Nullable default Object getAllowNonRestoredState()
@Stability(value=Stable) static CfnApplication.FlinkRunConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.