Class CfnWorkteamPropsMixin.NotificationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnWorkteamPropsMixin.NotificationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkteamPropsMixin.NotificationConfigurationProperty>
- Enclosing interface:
CfnWorkteamPropsMixin.NotificationConfigurationProperty
@Stability(Stable)
public static final class CfnWorkteamPropsMixin.NotificationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkteamPropsMixin.NotificationConfigurationProperty>
A builder for
CfnWorkteamPropsMixin.NotificationConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.notificationTopicArn(String notificationTopicArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
notificationTopicArn
@Stability(Stable) public CfnWorkteamPropsMixin.NotificationConfigurationProperty.Builder notificationTopicArn(String notificationTopicArn) - Parameters:
notificationTopicArn- The ARN for the Amazon SNS topic to which notifications should be published.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkteamPropsMixin.NotificationConfigurationProperty>- Returns:
- a new instance of
CfnWorkteamPropsMixin.NotificationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-