Class CfnManagedNotificationConfigurationProps.Builder
java.lang.Object
software.amazon.awscdk.services.usernotifications.CfnManagedNotificationConfigurationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnManagedNotificationConfigurationProps>
- Enclosing interface:
CfnManagedNotificationConfigurationProps
@Stability(Stable)
public static final class CfnManagedNotificationConfigurationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnManagedNotificationConfigurationProps>
A builder for
CfnManagedNotificationConfigurationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnManagedNotificationConfigurationProps.getCategory()subCategory(String subCategory) Sets the value ofCfnManagedNotificationConfigurationProps.getSubCategory()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
@Stability(Stable) public CfnManagedNotificationConfigurationProps.Builder category(String category) Sets the value ofCfnManagedNotificationConfigurationProps.getCategory()- Parameters:
category- The category of the ManagedNotificationConfiguration.- Returns:
this
-
subCategory
@Stability(Stable) public CfnManagedNotificationConfigurationProps.Builder subCategory(String subCategory) Sets the value ofCfnManagedNotificationConfigurationProps.getSubCategory()- Parameters:
subCategory- The subCategory of the ManagedNotificationConfiguration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnManagedNotificationConfigurationProps>- Returns:
- a new instance of
CfnManagedNotificationConfigurationProps - Throws:
NullPointerException- if any required attribute was not provided
-