public static interface DeleteSubscriberRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<DeleteSubscriberRequest.Builder,DeleteSubscriberRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSubscriberRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
DeleteSubscriberRequest.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
default DeleteSubscriberRequest.Builder |
notification(Consumer<Notification.Builder> notification)
Sets the value of the Notification property for this object.
|
DeleteSubscriberRequest.Builder |
notification(Notification notification)
Sets the value of the Notification property for this object.
|
DeleteSubscriberRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteSubscriberRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
default DeleteSubscriberRequest.Builder |
subscriber(Consumer<Subscriber.Builder> subscriber)
Sets the value of the Subscriber property for this object.
|
DeleteSubscriberRequest.Builder |
subscriber(Subscriber subscriber)
Sets the value of the Subscriber property for this object.
|
buildrequestOverrideConfigcopyapply, buildDeleteSubscriberRequest.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.DeleteSubscriberRequest.Builder budgetName(String budgetName)
budgetName - The new value for the BudgetName property for this object.DeleteSubscriberRequest.Builder notification(Notification notification)
notification - The new value for the Notification property for this object.default DeleteSubscriberRequest.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)DeleteSubscriberRequest.Builder subscriber(Subscriber subscriber)
subscriber - The new value for the Subscriber property for this object.default DeleteSubscriberRequest.Builder subscriber(Consumer<Subscriber.Builder> subscriber)
Subscriber.Builder avoiding the need to create
one manually via Subscriber.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to subscriber(Subscriber).subscriber - a consumer that will call methods on Subscriber.Buildersubscriber(Subscriber)DeleteSubscriberRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteSubscriberRequest.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.