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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.snapshotsEnabled(Boolean snapshotsEnabled) snapshotsEnabled(IResolvable snapshotsEnabled) 
- 
Constructor Details- 
Builderpublic 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
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnApplication.ApplicationSnapshotConfigurationProperty>
- Returns:
- a new instance of CfnApplication.ApplicationSnapshotConfigurationProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-