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)
Add an optional request override configuration.
|
DeleteNotificationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.