public static interface DeleteNotificationRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<DeleteNotificationRequest.Builder,DeleteNotificationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
DeleteNotificationRequest.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
default DeleteNotificationRequest.Builder |
notification(Consumer<Notification.Builder> notification)
Sets the value of the Notification property for this object.
|
DeleteNotificationRequest.Builder |
notification(Notification notification)
Sets the value of the Notification property for this object.
|
DeleteNotificationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteNotificationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteNotificationRequest.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.DeleteNotificationRequest.Builder budgetName(String budgetName)
budgetName - The new value for the BudgetName property for this object.DeleteNotificationRequest.Builder notification(Notification notification)
notification - The new value for the Notification property for this object.default DeleteNotificationRequest.Builder notification(Consumer<Notification.Builder> notification)
Notification.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteNotificationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.