public static interface UpdateSubscriberRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<UpdateSubscriberRequest.Builder,UpdateSubscriberRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriberRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
UpdateSubscriberRequest.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
default UpdateSubscriberRequest.Builder |
newSubscriber(Consumer<Subscriber.Builder> newSubscriber)
Sets the value of the NewSubscriber property for this object.
|
UpdateSubscriberRequest.Builder |
newSubscriber(Subscriber newSubscriber)
Sets the value of the NewSubscriber property for this object.
|
default UpdateSubscriberRequest.Builder |
notification(Consumer<Notification.Builder> notification)
Sets the value of the Notification property for this object.
|
UpdateSubscriberRequest.Builder |
notification(Notification notification)
Sets the value of the Notification property for this object.
|
default UpdateSubscriberRequest.Builder |
oldSubscriber(Consumer<Subscriber.Builder> oldSubscriber)
Sets the value of the OldSubscriber property for this object.
|
UpdateSubscriberRequest.Builder |
oldSubscriber(Subscriber oldSubscriber)
Sets the value of the OldSubscriber property for this object.
|
UpdateSubscriberRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateSubscriberRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateSubscriberRequest.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.UpdateSubscriberRequest.Builder budgetName(String budgetName)
budgetName - The new value for the BudgetName property for this object.UpdateSubscriberRequest.Builder notification(Notification notification)
notification - The new value for the Notification property for this object.default UpdateSubscriberRequest.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)UpdateSubscriberRequest.Builder oldSubscriber(Subscriber oldSubscriber)
oldSubscriber - The new value for the OldSubscriber property for this object.default UpdateSubscriberRequest.Builder oldSubscriber(Consumer<Subscriber.Builder> oldSubscriber)
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 oldSubscriber(Subscriber).oldSubscriber - a consumer that will call methods on Subscriber.BuilderoldSubscriber(Subscriber)UpdateSubscriberRequest.Builder newSubscriber(Subscriber newSubscriber)
newSubscriber - The new value for the NewSubscriber property for this object.default UpdateSubscriberRequest.Builder newSubscriber(Consumer<Subscriber.Builder> newSubscriber)
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 newSubscriber(Subscriber).newSubscriber - a consumer that will call methods on Subscriber.BuildernewSubscriber(Subscriber)UpdateSubscriberRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateSubscriberRequest.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.