Class CfnApplication.ApplicationSnapshotConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.ApplicationSnapshotConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication.ApplicationSnapshotConfigurationProperty>
- Enclosing interface:
- CfnApplication.ApplicationSnapshotConfigurationProperty
@Stability(Stable)
public static final class CfnApplication.ApplicationSnapshotConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.ApplicationSnapshotConfigurationProperty>
A builder for
CfnApplication.ApplicationSnapshotConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.snapshotsEnabled(Boolean snapshotsEnabled) snapshotsEnabled(IResolvable snapshotsEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
snapshotsEnabled
@Stability(Stable) public CfnApplication.ApplicationSnapshotConfigurationProperty.Builder snapshotsEnabled(Boolean snapshotsEnabled) - Parameters:
snapshotsEnabled- Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application. This parameter is required.- Returns:
this
-
snapshotsEnabled
@Stability(Stable) public CfnApplication.ApplicationSnapshotConfigurationProperty.Builder snapshotsEnabled(IResolvable snapshotsEnabled) - Parameters:
snapshotsEnabled- Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplication.ApplicationSnapshotConfigurationProperty>- Returns:
- a new instance of
CfnApplication.ApplicationSnapshotConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-