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 AWS sends budget notifications to, either an SNS topic or an email.
|
Subscriber.Builder |
subscriptionType(String subscriptionType)
The type of notification that AWS sends to a subscriber.
|
Subscriber.Builder |
subscriptionType(SubscriptionType subscriptionType)
The type of notification that AWS sends to a subscriber.
|
copy
applyMutation, build
Subscriber.Builder subscriptionType(String subscriptionType)
The type of notification that AWS sends to a subscriber.
subscriptionType
- The type of notification that AWS sends to a subscriber.SubscriptionType
,
SubscriptionType
Subscriber.Builder subscriptionType(SubscriptionType subscriptionType)
The type of notification that AWS sends to a subscriber.
subscriptionType
- The type of notification that AWS sends to a subscriber.SubscriptionType
,
SubscriptionType
Subscriber.Builder address(String address)
The address that AWS sends budget notifications to, either an SNS topic or an email.
address
- The address that AWS sends budget notifications to, either an SNS topic or an email.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.