Class CfnStreamProcessor.NotificationChannelProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rekognition.CfnStreamProcessor.NotificationChannelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamProcessor.NotificationChannelProperty>
- Enclosing interface:
CfnStreamProcessor.NotificationChannelProperty
@Stability(Stable)
public static final class CfnStreamProcessor.NotificationChannelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamProcessor.NotificationChannelProperty>
A builder for
CfnStreamProcessor.NotificationChannelProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnStreamProcessor.NotificationChannelProperty.getArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnStreamProcessor.NotificationChannelProperty.getArn()
- Parameters:
arn
- The ARN of the SNS topic that receives notifications. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStreamProcessor.NotificationChannelProperty>
- Returns:
- a new instance of
CfnStreamProcessor.NotificationChannelProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-