Class ManagedNotificationAccountContactAssociationReference.Builder
java.lang.Object
software.amazon.awscdk.services.notifications.ManagedNotificationAccountContactAssociationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ManagedNotificationAccountContactAssociationReference>
- Enclosing interface:
ManagedNotificationAccountContactAssociationReference
@Stability(Stable)
public static final class ManagedNotificationAccountContactAssociationReference.Builder
extends Object
implements software.amazon.jsii.Builder<ManagedNotificationAccountContactAssociationReference>
A builder for
ManagedNotificationAccountContactAssociationReference
-
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 ManagedNotificationAccountContactAssociationReference.Builder contactIdentifier(String contactIdentifier) - Parameters:
contactIdentifier
- The ContactIdentifier of the ManagedNotificationAccountContactAssociation resource. This parameter is required.- Returns:
this
-
managedNotificationConfigurationArn
@Stability(Stable) public ManagedNotificationAccountContactAssociationReference.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn) Sets the value ofManagedNotificationAccountContactAssociationReference.getManagedNotificationConfigurationArn()
- Parameters:
managedNotificationConfigurationArn
- The ManagedNotificationConfigurationArn of the ManagedNotificationAccountContactAssociation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ManagedNotificationAccountContactAssociationReference>
- Returns:
- a new instance of
ManagedNotificationAccountContactAssociationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-