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 |
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)
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.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.