@Stability(value=Stable) public static final class EmailSubscriptionProps.Builder extends Object
EmailSubscriptionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EmailSubscriptionProps |
build()
Builds the configured instance.
|
EmailSubscriptionProps.Builder |
withFilterPolicy(Map<String,software.amazon.awscdk.services.sns.SubscriptionFilter> value)
Sets the value of FilterPolicy
|
EmailSubscriptionProps.Builder |
withJson(Boolean value)
Sets the value of Json
|
@Stability(value=Stable) public EmailSubscriptionProps.Builder withJson(@Nullable Boolean value)
value - Indicates if the full notification JSON should be sent to the email address or just the message text.this@Stability(value=Stable) public EmailSubscriptionProps.Builder withFilterPolicy(@Nullable Map<String,software.amazon.awscdk.services.sns.SubscriptionFilter> value)
value - The filter policy.this@Stability(value=Stable) public EmailSubscriptionProps build()
EmailSubscriptionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.