Uses of Interface
software.amazon.awssdk.services.budgets.model.Notification.Builder
-
Packages that use Notification.Builder Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of Notification.Builder in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return Notification.Builder Modifier and Type Method Description static Notification.BuilderNotification. builder()Notification.BuilderNotification.Builder. comparisonOperator(String comparisonOperator)The comparison that's used for this notification.Notification.BuilderNotification.Builder. comparisonOperator(ComparisonOperator comparisonOperator)The comparison that's used for this notification.Notification.BuilderNotification.Builder. notificationState(String notificationState)Specifies whether this notification is in alarm.Notification.BuilderNotification.Builder. notificationState(NotificationState notificationState)Specifies whether this notification is in alarm.Notification.BuilderNotification.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.BuilderNotification.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.BuilderNotification.Builder. threshold(Double threshold)The threshold that's associated with a notification.Notification.BuilderNotification.Builder. thresholdType(String thresholdType)The type of threshold for a notification.Notification.BuilderNotification.Builder. thresholdType(ThresholdType thresholdType)The type of threshold for a notification.Notification.BuilderNotification. toBuilder()Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type Notification.Builder Modifier and Type Method Description static Class<? extends Notification.Builder>Notification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type Notification.Builder Modifier and Type Method Description default UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. newNotification(Consumer<Notification.Builder> newNotification)The updated notification to be associated with a budget.default CreateNotificationRequest.BuilderCreateNotificationRequest.Builder. notification(Consumer<Notification.Builder> notification)The notification that you want to create.default CreateSubscriberRequest.BuilderCreateSubscriberRequest.Builder. notification(Consumer<Notification.Builder> notification)The notification that you want to create a subscriber for.default DeleteNotificationRequest.BuilderDeleteNotificationRequest.Builder. notification(Consumer<Notification.Builder> notification)The notification that you want to delete.default DeleteSubscriberRequest.BuilderDeleteSubscriberRequest.Builder. notification(Consumer<Notification.Builder> notification)The notification whose subscriber you want to delete.default DescribeSubscribersForNotificationRequest.BuilderDescribeSubscribersForNotificationRequest.Builder. notification(Consumer<Notification.Builder> notification)The notification whose subscribers you want to list.default NotificationWithSubscribers.BuilderNotificationWithSubscribers.Builder. notification(Consumer<Notification.Builder> notification)The notification that's associated with a budget.default UpdateSubscriberRequest.BuilderUpdateSubscriberRequest.Builder. notification(Consumer<Notification.Builder> notification)The notification whose subscriber you want to update.default UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. oldNotification(Consumer<Notification.Builder> oldNotification)The previous notification that is associated with a budget.
-