| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
static Notification.Builder |
Notification.builder() |
Notification.Builder |
Notification.Builder.comparisonOperator(ComparisonOperator comparisonOperator)
The comparison that's used for this notification.
|
Notification.Builder |
Notification.Builder.comparisonOperator(String comparisonOperator)
The comparison that's used for this notification.
|
Notification.Builder |
Notification.Builder.notificationState(NotificationState notificationState)
Specifies whether this notification is in alarm.
|
Notification.Builder |
Notification.Builder.notificationState(String notificationState)
Specifies whether this notification is in alarm.
|
Notification.Builder |
Notification.Builder.notificationType(NotificationType notificationType)
Specifies whether the notification is for how much you have spent (
ACTUAL) or for how much that
you're forecasted to spend (FORECASTED). |
Notification.Builder |
Notification.Builder.notificationType(String notificationType)
Specifies whether the notification is for how much you have spent (
ACTUAL) or for how much that
you're forecasted to spend (FORECASTED). |
Notification.Builder |
Notification.Builder.threshold(Double threshold)
The threshold that's associated with a notification.
|
Notification.Builder |
Notification.Builder.thresholdType(String thresholdType)
The type of threshold for a notification.
|
Notification.Builder |
Notification.Builder.thresholdType(ThresholdType thresholdType)
The type of threshold for a notification.
|
Notification.Builder |
Notification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Notification.Builder> |
Notification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.newNotification(Consumer<Notification.Builder> newNotification)
The updated notification to be associated with a budget.
|
default UpdateSubscriberRequest.Builder |
UpdateSubscriberRequest.Builder.notification(Consumer<Notification.Builder> notification)
The notification whose subscriber you want to update.
|
default CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.notification(Consumer<Notification.Builder> notification)
The notification that you want to create.
|
default NotificationWithSubscribers.Builder |
NotificationWithSubscribers.Builder.notification(Consumer<Notification.Builder> notification)
The notification that's associated with a budget.
|
default DescribeSubscribersForNotificationRequest.Builder |
DescribeSubscribersForNotificationRequest.Builder.notification(Consumer<Notification.Builder> notification)
The notification whose subscribers you want to list.
|
default CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.notification(Consumer<Notification.Builder> notification)
The notification that you want to create a subscriber for.
|
default DeleteSubscriberRequest.Builder |
DeleteSubscriberRequest.Builder.notification(Consumer<Notification.Builder> notification)
The notification whose subscriber you want to delete.
|
default DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.notification(Consumer<Notification.Builder> notification)
The notification that you want to delete.
|
default UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.oldNotification(Consumer<Notification.Builder> oldNotification)
The previous notification that is associated with a budget.
|
Copyright © 2023. All rights reserved.