public static interface UpdateNotificationRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<UpdateNotificationRequest.Builder,UpdateNotificationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
UpdateNotificationRequest.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
default UpdateNotificationRequest.Builder |
newNotification(Consumer<Notification.Builder> newNotification)
Sets the value of the NewNotification property for this object.
|
UpdateNotificationRequest.Builder |
newNotification(Notification newNotification)
Sets the value of the NewNotification property for this object.
|
default UpdateNotificationRequest.Builder |
oldNotification(Consumer<Notification.Builder> oldNotification)
Sets the value of the OldNotification property for this object.
|
UpdateNotificationRequest.Builder |
oldNotification(Notification oldNotification)
Sets the value of the OldNotification property for this object.
|
UpdateNotificationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateNotificationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateNotificationRequest.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.UpdateNotificationRequest.Builder budgetName(String budgetName)
budgetName - The new value for the BudgetName property for this object.UpdateNotificationRequest.Builder oldNotification(Notification oldNotification)
oldNotification - The new value for the OldNotification property for this object.default UpdateNotificationRequest.Builder oldNotification(Consumer<Notification.Builder> oldNotification)
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 oldNotification(Notification).oldNotification - a consumer that will call methods on Notification.BuilderoldNotification(Notification)UpdateNotificationRequest.Builder newNotification(Notification newNotification)
newNotification - The new value for the NewNotification property for this object.default UpdateNotificationRequest.Builder newNotification(Consumer<Notification.Builder> newNotification)
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 newNotification(Notification).newNotification - a consumer that will call methods on Notification.BuildernewNotification(Notification)UpdateNotificationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateNotificationRequest.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.