Class CfnManagedNotificationConfiguration.Builder
java.lang.Object
software.amazon.awscdk.services.usernotifications.CfnManagedNotificationConfiguration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnManagedNotificationConfiguration>
- Enclosing class:
CfnManagedNotificationConfiguration
@Stability(Stable)
public static final class CfnManagedNotificationConfiguration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnManagedNotificationConfiguration>
A fluent builder for
CfnManagedNotificationConfiguration.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The category of the ManagedNotificationConfiguration.subCategory(String subCategory) The subCategory of the ManagedNotificationConfiguration.
-
Method Details
-
create
@Stability(Stable) public static CfnManagedNotificationConfiguration.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnManagedNotificationConfiguration.Builder.
-
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 CfnManagedNotificationConfiguration.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<CfnManagedNotificationConfiguration>- Returns:
- a newly built instance of
CfnManagedNotificationConfiguration.
-