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