CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.accountId(String accountId) |
The accountId that is associated with the budget that you want to create a notification for.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.budgetName(String budgetName) |
The name of the budget that you want Amazon Web Services to notify you about.
|
static CreateNotificationRequest.Builder |
CreateNotificationRequest.builder() |
|
default CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.notification(Consumer<Notification.Builder> notification) |
The notification that you want to create.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.notification(Notification notification) |
The notification that you want to create.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.subscribers(Collection<Subscriber> subscribers) |
A list of subscribers that you want to associate with the notification.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.subscribers(Consumer<Subscriber.Builder>... subscribers) |
A list of subscribers that you want to associate with the notification.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.subscribers(Subscriber... subscribers) |
A list of subscribers that you want to associate with the notification.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.toBuilder() |
|