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
-
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 Managed Service for Apache Flink 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 Managed Service for Apache Flink application. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplication.ApplicationSnapshotConfigurationProperty>
- Returns:
- a new instance of
CfnApplication.ApplicationSnapshotConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-