Class CfnNotificationConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.notifications.mixins.CfnNotificationConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotificationConfigurationPropsMixin>
- Enclosing class:
CfnNotificationConfigurationPropsMixin
@Stability(Stable)
public static final class CfnNotificationConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotificationConfigurationPropsMixin>
A fluent builder for
CfnNotificationConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionaggregationDuration(String aggregationDuration) The aggregation preference of theNotificationConfiguration.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of theNotificationConfiguration.The name of theNotificationConfiguration.A map of tags assigned to aNotificationConfiguration.
-
Method Details
-
create
@Stability(Stable) public static CfnNotificationConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNotificationConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNotificationConfigurationPropsMixin.Builder.
-
aggregationDuration
@Stability(Stable) public CfnNotificationConfigurationPropsMixin.Builder aggregationDuration(String aggregationDuration) The aggregation preference of theNotificationConfiguration.- Values:
LONG- Aggregate notifications for long periods of time (12 hours).
SHORT- Aggregate notifications for short periods of time (5 minutes).
NONE- Don't aggregate notifications.
- Parameters:
aggregationDuration- The aggregation preference of theNotificationConfiguration. This parameter is required.- Returns:
this- See Also:
-
description
@Stability(Stable) public CfnNotificationConfigurationPropsMixin.Builder description(String description) The description of theNotificationConfiguration.- Parameters:
description- The description of theNotificationConfiguration. This parameter is required.- Returns:
this- See Also:
-
name
The name of theNotificationConfiguration.Supports RFC 3986's unreserved characters.
- Parameters:
name- The name of theNotificationConfiguration. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnNotificationConfigurationPropsMixin.Builder tags(List<? extends CfnTag> tags) A map of tags assigned to aNotificationConfiguration.- Parameters:
tags- A map of tags assigned to aNotificationConfiguration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNotificationConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnNotificationConfigurationPropsMixin.
-