Class CfnSubscriberNotificationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securitylake.CfnSubscriberNotificationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSubscriberNotificationPropsMixin>
- Enclosing class:
CfnSubscriberNotificationPropsMixin
@Stability(Stable)
public static final class CfnSubscriberNotificationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSubscriberNotificationPropsMixin>
A fluent builder for
CfnSubscriberNotificationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) notificationConfiguration(CfnSubscriberNotificationPropsMixin.NotificationConfigurationProperty notificationConfiguration) Specify the configurations you want to use for subscriber notification.notificationConfiguration(IResolvable notificationConfiguration) Specify the configurations you want to use for subscriber notification.subscriberArn(String subscriberArn) The Amazon Resource Name (ARN) of the Security Lake subscriber.
-
Method Details
-
create
@Stability(Stable) public static CfnSubscriberNotificationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSubscriberNotificationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSubscriberNotificationPropsMixin.Builder.
-
notificationConfiguration
@Stability(Stable) public CfnSubscriberNotificationPropsMixin.Builder notificationConfiguration(IResolvable notificationConfiguration) Specify the configurations you want to use for subscriber notification.The subscriber is notified when new data is written to the data lake for sources that the subscriber consumes in Security Lake .
- Parameters:
notificationConfiguration- Specify the configurations you want to use for subscriber notification. This parameter is required.- Returns:
this- See Also:
-
notificationConfiguration
@Stability(Stable) public CfnSubscriberNotificationPropsMixin.Builder notificationConfiguration(CfnSubscriberNotificationPropsMixin.NotificationConfigurationProperty notificationConfiguration) Specify the configurations you want to use for subscriber notification.The subscriber is notified when new data is written to the data lake for sources that the subscriber consumes in Security Lake .
- Parameters:
notificationConfiguration- Specify the configurations you want to use for subscriber notification. This parameter is required.- Returns:
this- See Also:
-
subscriberArn
@Stability(Stable) public CfnSubscriberNotificationPropsMixin.Builder subscriberArn(String subscriberArn) The Amazon Resource Name (ARN) of the Security Lake subscriber.- Parameters:
subscriberArn- The Amazon Resource Name (ARN) of the Security Lake subscriber. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSubscriberNotificationPropsMixin>- Returns:
- a newly built instance of
CfnSubscriberNotificationPropsMixin.
-