@Stability(value=Stable) public static final class CfnBudget.SubscriberProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBudget.SubscriberProperty>
CfnBudget.SubscriberProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBudget.SubscriberProperty.Builder |
address(String address)
Sets the value of
CfnBudget.SubscriberProperty.getAddress() |
CfnBudget.SubscriberProperty |
build()
Builds the configured instance.
|
CfnBudget.SubscriberProperty.Builder |
subscriptionType(String subscriptionType)
Sets the value of
CfnBudget.SubscriberProperty.getSubscriptionType() |
@Stability(value=Stable) public CfnBudget.SubscriberProperty.Builder address(String address)
CfnBudget.SubscriberProperty.getAddress()address - The address that AWS sends budget notifications to, either an SNS topic or an email. This parameter is required.
When you create a subscriber, the value of Address can't contain line breaks.this@Stability(value=Stable) public CfnBudget.SubscriberProperty.Builder subscriptionType(String subscriptionType)
CfnBudget.SubscriberProperty.getSubscriptionType()subscriptionType - The type of notification that AWS sends to a subscriber. This parameter is required.this@Stability(value=Stable) public CfnBudget.SubscriberProperty build()
build in interface software.amazon.jsii.Builder<CfnBudget.SubscriberProperty>CfnBudget.SubscriberPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.