Class CfnManagedNotificationAccountContactAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.notifications.CfnManagedNotificationAccountContactAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnManagedNotificationAccountContactAssociationMixinProps>
- Enclosing interface:
CfnManagedNotificationAccountContactAssociationMixinProps
@Stability(Stable)
public static final class CfnManagedNotificationAccountContactAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnManagedNotificationAccountContactAssociationMixinProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contactIdentifier(String contactIdentifier) managedNotificationConfigurationArn(String managedNotificationConfigurationArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactIdentifier
@Stability(Stable) public CfnManagedNotificationAccountContactAssociationMixinProps.Builder contactIdentifier(String contactIdentifier) - Parameters:
contactIdentifier- The unique identifier of the notification contact associated with the AWS account. For more information about the contact types associated with an account, see the Account Management Reference Guide .- Returns:
this
-
managedNotificationConfigurationArn
@Stability(Stable) public CfnManagedNotificationAccountContactAssociationMixinProps.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn) Sets the value ofCfnManagedNotificationAccountContactAssociationMixinProps.getManagedNotificationConfigurationArn()- Parameters:
managedNotificationConfigurationArn- The ARN of theManagedNotificationConfigurationto be associated with theChannel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnManagedNotificationAccountContactAssociationMixinProps>- Returns:
- a new instance of
CfnManagedNotificationAccountContactAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-