public static interface Notification.Builder extends SdkPojo, CopyableBuilder<Notification.Builder,Notification>
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
comparisonOperator(ComparisonOperator comparisonOperator)
The comparison that's used for this notification.
|
Notification.Builder |
comparisonOperator(String comparisonOperator)
The comparison that's used for this notification.
|
Notification.Builder |
notificationState(NotificationState notificationState)
Specifies whether this notification is in alarm.
|
Notification.Builder |
notificationState(String notificationState)
Specifies whether this notification is in alarm.
|
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 |
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 |
threshold(Double threshold)
The threshold that's associated with a notification.
|
Notification.Builder |
thresholdType(String thresholdType)
The type of threshold for a notification.
|
Notification.Builder |
thresholdType(ThresholdType thresholdType)
The type of threshold for a notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotification.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).
notificationType - Specifies whether the notification is for how much you have spent (ACTUAL) or for how
much that you're forecasted to spend (FORECASTED).NotificationType,
NotificationTypeNotification.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).
notificationType - Specifies whether the notification is for how much you have spent (ACTUAL) or for how
much that you're forecasted to spend (FORECASTED).NotificationType,
NotificationTypeNotification.Builder comparisonOperator(String comparisonOperator)
The comparison that's used for this notification.
comparisonOperator - The comparison that's used for this notification.ComparisonOperator,
ComparisonOperatorNotification.Builder comparisonOperator(ComparisonOperator comparisonOperator)
The comparison that's used for this notification.
comparisonOperator - The comparison that's used for this notification.ComparisonOperator,
ComparisonOperatorNotification.Builder threshold(Double threshold)
The threshold that's associated with a notification. Thresholds are always a percentage, and many customers find value being alerted between 50% - 200% of the budgeted amount. The maximum limit for your threshold is 1,000,000% above the budgeted amount.
threshold - The threshold that's associated with a notification. Thresholds are always a percentage, and many
customers find value being alerted between 50% - 200% of the budgeted amount. The maximum limit for
your threshold is 1,000,000% above the budgeted amount.Notification.Builder thresholdType(String thresholdType)
The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, Amazon Web Services
notifies you when you go over or are forecasted to go over your total cost threshold. For
PERCENTAGE thresholds, Amazon Web Services notifies you when you go over or are forecasted to go
over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you
have a PERCENTAGE threshold of 80%, Amazon Web Services notifies you when you go over 160
dollars.
thresholdType - The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, Amazon Web
Services notifies you when you go over or are forecasted to go over your total cost threshold. For
PERCENTAGE thresholds, Amazon Web Services notifies you when you go over or are
forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget
for 200 dollars and you have a PERCENTAGE threshold of 80%, Amazon Web Services notifies
you when you go over 160 dollars.ThresholdType,
ThresholdTypeNotification.Builder thresholdType(ThresholdType thresholdType)
The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, Amazon Web Services
notifies you when you go over or are forecasted to go over your total cost threshold. For
PERCENTAGE thresholds, Amazon Web Services notifies you when you go over or are forecasted to go
over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you
have a PERCENTAGE threshold of 80%, Amazon Web Services notifies you when you go over 160
dollars.
thresholdType - The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, Amazon Web
Services notifies you when you go over or are forecasted to go over your total cost threshold. For
PERCENTAGE thresholds, Amazon Web Services notifies you when you go over or are
forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget
for 200 dollars and you have a PERCENTAGE threshold of 80%, Amazon Web Services notifies
you when you go over 160 dollars.ThresholdType,
ThresholdTypeNotification.Builder notificationState(String notificationState)
Specifies whether this notification is in alarm. If a budget notification is in the ALARM state,
you passed the set threshold for the budget.
notificationState - Specifies whether this notification is in alarm. If a budget notification is in the ALARM
state, you passed the set threshold for the budget.NotificationState,
NotificationStateNotification.Builder notificationState(NotificationState notificationState)
Specifies whether this notification is in alarm. If a budget notification is in the ALARM state,
you passed the set threshold for the budget.
notificationState - Specifies whether this notification is in alarm. If a budget notification is in the ALARM
state, you passed the set threshold for the budget.NotificationState,
NotificationStateCopyright © 2023. All rights reserved.