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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteNotificationRequest.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.Builder
notification(Notification)
DeleteNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.