Class CfnManagedNotificationConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.usernotifications.CfnManagedNotificationConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnManagedNotificationConfigurationPropsMixin>
- Enclosing class:
CfnManagedNotificationConfigurationPropsMixin
@Stability(Stable)
public static final class CfnManagedNotificationConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnManagedNotificationConfigurationPropsMixin>
A fluent builder for
CfnManagedNotificationConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The category of the ManagedNotificationConfiguration.create()create(CfnPropertyMixinOptions options) subCategory(String subCategory) The subCategory of the ManagedNotificationConfiguration.
-
Method Details
-
create
@Stability(Stable) public static CfnManagedNotificationConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnManagedNotificationConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnManagedNotificationConfigurationPropsMixin.Builder.
-
category
@Stability(Stable) public CfnManagedNotificationConfigurationPropsMixin.Builder category(String category) The category of the ManagedNotificationConfiguration.- Parameters:
category- The category of the ManagedNotificationConfiguration. This parameter is required.- Returns:
this- See Also:
-
subCategory
@Stability(Stable) public CfnManagedNotificationConfigurationPropsMixin.Builder subCategory(String subCategory) The subCategory of the ManagedNotificationConfiguration.- Parameters:
subCategory- The subCategory of the ManagedNotificationConfiguration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnManagedNotificationConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnManagedNotificationConfigurationPropsMixin.
-