public static interface DescribeSubscribersForNotificationRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeSubscribersForNotificationRequest.Builder accountId(String accountId)
accountId
- The new value for the AccountId property for this object.DescribeSubscribersForNotificationRequest.Builder budgetName(String budgetName)
budgetName
- The new value for the BudgetName property for this object.DescribeSubscribersForNotificationRequest.Builder notification(Notification notification)
notification
- The new value for the Notification property for this object.default DescribeSubscribersForNotificationRequest.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)
DescribeSubscribersForNotificationRequest.Builder maxResults(Integer maxResults)
maxResults
- The new value for the MaxResults property for this object.DescribeSubscribersForNotificationRequest.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.DescribeSubscribersForNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeSubscribersForNotificationRequest.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.