@Stability(value=Stable) public static final class CfnEventSubscriptionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEventSubscriptionProps>
CfnEventSubscriptionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEventSubscriptionProps.Builder snsTopicArn(String snsTopicArn)
CfnEventSubscriptionProps.getSnsTopicArn()snsTopicArn - `AWS::DMS::EventSubscription.SnsTopicArn`. This parameter is required.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder enabled(Boolean enabled)
CfnEventSubscriptionProps.getEnabled()enabled - `AWS::DMS::EventSubscription.Enabled`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder enabled(IResolvable enabled)
CfnEventSubscriptionProps.getEnabled()enabled - `AWS::DMS::EventSubscription.Enabled`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder eventCategories(List<String> eventCategories)
CfnEventSubscriptionProps.getEventCategories()eventCategories - `AWS::DMS::EventSubscription.EventCategories`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder sourceIds(List<String> sourceIds)
CfnEventSubscriptionProps.getSourceIds()sourceIds - `AWS::DMS::EventSubscription.SourceIds`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder sourceType(String sourceType)
CfnEventSubscriptionProps.getSourceType()sourceType - `AWS::DMS::EventSubscription.SourceType`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder subscriptionName(String subscriptionName)
CfnEventSubscriptionProps.getSubscriptionName()subscriptionName - `AWS::DMS::EventSubscription.SubscriptionName`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder tags(List<? extends CfnTag> tags)
CfnEventSubscriptionProps.getTags()tags - `AWS::DMS::EventSubscription.Tags`.this@Stability(value=Stable) public CfnEventSubscriptionProps build()
build in interface software.amazon.jsii.Builder<CfnEventSubscriptionProps>CfnEventSubscriptionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.