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