Class CfnScheduledQueryPropsMixin.NotificationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnScheduledQueryPropsMixin.NotificationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.NotificationConfigurationProperty>
- Enclosing interface:
CfnScheduledQueryPropsMixin.NotificationConfigurationProperty
@Stability(Stable)
public static final class CfnScheduledQueryPropsMixin.NotificationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.NotificationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.snsConfiguration(CfnScheduledQueryPropsMixin.SnsConfigurationProperty snsConfiguration) snsConfiguration(IResolvable snsConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
snsConfiguration
@Stability(Stable) public CfnScheduledQueryPropsMixin.NotificationConfigurationProperty.Builder snsConfiguration(IResolvable snsConfiguration) Sets the value ofCfnScheduledQueryPropsMixin.NotificationConfigurationProperty.getSnsConfiguration()- Parameters:
snsConfiguration- Details on SNS configuration.- Returns:
this
-
snsConfiguration
@Stability(Stable) public CfnScheduledQueryPropsMixin.NotificationConfigurationProperty.Builder snsConfiguration(CfnScheduledQueryPropsMixin.SnsConfigurationProperty snsConfiguration) Sets the value ofCfnScheduledQueryPropsMixin.NotificationConfigurationProperty.getSnsConfiguration()- Parameters:
snsConfiguration- Details on SNS configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.NotificationConfigurationProperty>- Returns:
- a new instance of
CfnScheduledQueryPropsMixin.NotificationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-