Class CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty>
- Enclosing interface:
CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.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 CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty.Builder snapshotsEnabled(Boolean snapshotsEnabled) Sets the value ofCfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty.getSnapshotsEnabled()- Parameters:
snapshotsEnabled- Describes whether snapshots are enabled for a Managed Service for Apache Flink application.- Returns:
this
-
snapshotsEnabled
@Stability(Stable) public CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty.Builder snapshotsEnabled(IResolvable snapshotsEnabled) Sets the value ofCfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty.getSnapshotsEnabled()- Parameters:
snapshotsEnabled- Describes whether snapshots are enabled for a Managed Service for Apache Flink application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.ApplicationSnapshotConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-