@Stability(value=Stable) public static final class CfnAnomalySubscription.SubscriberProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalySubscription.SubscriberProperty>
CfnAnomalySubscription.SubscriberProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalySubscription.SubscriberProperty.Builder |
address(String address)
Sets the value of
CfnAnomalySubscription.SubscriberProperty.getAddress() |
CfnAnomalySubscription.SubscriberProperty |
build()
Builds the configured instance.
|
CfnAnomalySubscription.SubscriberProperty.Builder |
status(String status)
Sets the value of
CfnAnomalySubscription.SubscriberProperty.getStatus() |
CfnAnomalySubscription.SubscriberProperty.Builder |
type(String type)
Sets the value of
CfnAnomalySubscription.SubscriberProperty.getType() |
@Stability(value=Stable) public CfnAnomalySubscription.SubscriberProperty.Builder address(String address)
CfnAnomalySubscription.SubscriberProperty.getAddress()address - The email address or SNS Topic Amazon Resource Name (ARN), depending on the `Type` . This parameter is required.this@Stability(value=Stable) public CfnAnomalySubscription.SubscriberProperty.Builder type(String type)
CfnAnomalySubscription.SubscriberProperty.getType()type - The notification delivery channel. This parameter is required.this@Stability(value=Stable) public CfnAnomalySubscription.SubscriberProperty.Builder status(String status)
CfnAnomalySubscription.SubscriberProperty.getStatus()status - Indicates if the subscriber accepts the notifications.this@Stability(value=Stable) public CfnAnomalySubscription.SubscriberProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalySubscription.SubscriberProperty>CfnAnomalySubscription.SubscriberPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.