public static interface Subscriber.Builder extends SdkPojo, CopyableBuilder<Subscriber.Builder,Subscriber>
| Modifier and Type | Method and Description |
|---|---|
Subscriber.Builder |
address(String address)
The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.
|
Subscriber.Builder |
subscriptionType(String subscriptionType)
The type of notification that Amazon Web Services sends to a subscriber.
|
Subscriber.Builder |
subscriptionType(SubscriptionType subscriptionType)
The type of notification that Amazon Web Services sends to a subscriber.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscriber.Builder subscriptionType(String subscriptionType)
The type of notification that Amazon Web Services sends to a subscriber.
subscriptionType - The type of notification that Amazon Web Services sends to a subscriber.SubscriptionType,
SubscriptionTypeSubscriber.Builder subscriptionType(SubscriptionType subscriptionType)
The type of notification that Amazon Web Services sends to a subscriber.
subscriptionType - The type of notification that Amazon Web Services sends to a subscriber.SubscriptionType,
SubscriptionTypeSubscriber.Builder address(String address)
The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.
When you create a subscriber, the value of Address can't contain line breaks.
address - The address that Amazon Web Services sends budget notifications to, either an SNS topic or an
email.
When you create a subscriber, the value of Address can't contain line breaks.
Copyright © 2023. All rights reserved.