@Stability(value=Stable) public static final class UrlSubscriptionProps.Builder extends Object
UrlSubscriptionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UrlSubscriptionProps |
build()
Builds the configured instance.
|
UrlSubscriptionProps.Builder |
withFilterPolicy(Map<String,software.amazon.awscdk.services.sns.SubscriptionFilter> value)
Sets the value of FilterPolicy
|
UrlSubscriptionProps.Builder |
withProtocol(software.amazon.awscdk.services.sns.SubscriptionProtocol value)
Sets the value of Protocol
|
UrlSubscriptionProps.Builder |
withRawMessageDelivery(Boolean value)
Sets the value of RawMessageDelivery
|
@Stability(value=Stable) public UrlSubscriptionProps.Builder withProtocol(@Nullable software.amazon.awscdk.services.sns.SubscriptionProtocol value)
value - The subscription's protocol.this@Stability(value=Stable) public UrlSubscriptionProps.Builder withRawMessageDelivery(@Nullable Boolean value)
value - The message to the queue is the same as it was sent to the topic.this@Stability(value=Stable) public UrlSubscriptionProps.Builder withFilterPolicy(@Nullable Map<String,software.amazon.awscdk.services.sns.SubscriptionFilter> value)
value - The filter policy.this@Stability(value=Stable) public UrlSubscriptionProps build()
UrlSubscriptionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.