@Stability(value=Stable) public static final class CfnEventSubscriptionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEventSubscriptionProps>
CfnEventSubscriptionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventSubscriptionProps |
build()
Builds the configured instance.
|
CfnEventSubscriptionProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnEventSubscriptionProps.getEnabled() |
CfnEventSubscriptionProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnEventSubscriptionProps.getEnabled() |
CfnEventSubscriptionProps.Builder |
eventCategories(List<String> eventCategories)
Sets the value of
CfnEventSubscriptionProps.getEventCategories() |
CfnEventSubscriptionProps.Builder |
snsTopicArn(String snsTopicArn)
Sets the value of
CfnEventSubscriptionProps.getSnsTopicArn() |
CfnEventSubscriptionProps.Builder |
sourceIds(List<String> sourceIds)
Sets the value of
CfnEventSubscriptionProps.getSourceIds() |
CfnEventSubscriptionProps.Builder |
sourceType(String sourceType)
Sets the value of
CfnEventSubscriptionProps.getSourceType() |
@Stability(value=Stable) public CfnEventSubscriptionProps.Builder snsTopicArn(String snsTopicArn)
CfnEventSubscriptionProps.getSnsTopicArn()snsTopicArn - `AWS::RDS::EventSubscription.SnsTopicArn`. This parameter is required.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder enabled(Boolean enabled)
CfnEventSubscriptionProps.getEnabled()enabled - `AWS::RDS::EventSubscription.Enabled`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder enabled(IResolvable enabled)
CfnEventSubscriptionProps.getEnabled()enabled - `AWS::RDS::EventSubscription.Enabled`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder eventCategories(List<String> eventCategories)
CfnEventSubscriptionProps.getEventCategories()eventCategories - `AWS::RDS::EventSubscription.EventCategories`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder sourceIds(List<String> sourceIds)
CfnEventSubscriptionProps.getSourceIds()sourceIds - `AWS::RDS::EventSubscription.SourceIds`.this@Stability(value=Stable) public CfnEventSubscriptionProps.Builder sourceType(String sourceType)
CfnEventSubscriptionProps.getSourceType()sourceType - `AWS::RDS::EventSubscription.SourceType`.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.