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