Class NotificationReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.connect.NotificationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<NotificationReference>
- Enclosing interface:
NotificationReference
@Stability(Stable)
public static final class NotificationReference.Builder
extends Object
implements software.amazon.jsii.Builder<NotificationReference>
A builder for
NotificationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.notificationArn(String notificationArn) Sets the value ofNotificationReference.getNotificationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
notificationArn
Sets the value ofNotificationReference.getNotificationArn()- Parameters:
notificationArn- The Arn of the Notification resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NotificationReference>- Returns:
- a new instance of
NotificationReference - Throws:
NullPointerException- if any required attribute was not provided
-