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