public static interface DeleteNotificationRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DeleteNotificationRequest.Builder,DeleteNotificationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationRequest.Builder |
accountId(String accountId)
The
accountId that is associated with the budget whose notification you want to delete. |
DeleteNotificationRequest.Builder |
budgetName(String budgetName)
The name of the budget whose notification you want to delete.
|
default DeleteNotificationRequest.Builder |
notification(Consumer<Notification.Builder> notification)
The notification that you want to delete.
|
DeleteNotificationRequest.Builder |
notification(Notification notification)
The notification that you want to delete.
|
DeleteNotificationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNotificationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteNotificationRequest.Builder accountId(String accountId)
The accountId that is associated with the budget whose notification you want to delete.
accountId - The accountId that is associated with the budget whose notification you want to delete.DeleteNotificationRequest.Builder budgetName(String budgetName)
The name of the budget whose notification you want to delete.
budgetName - The name of the budget whose notification you want to delete.DeleteNotificationRequest.Builder notification(Notification notification)
The notification that you want to delete.
notification - The notification that you want to delete.default DeleteNotificationRequest.Builder notification(Consumer<Notification.Builder> notification)
The notification that you want to delete.
This is a convenience method that creates an instance of theNotification.Builder avoiding the need
to create one manually via Notification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to notification(Notification).
notification - a consumer that will call methods on Notification.Buildernotification(Notification)DeleteNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.