public static interface DescribeSubscribersForNotificationRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSubscribersForNotificationRequest.Builder |
accountId(String accountId)
The
accountId that is associated with the budget whose subscribers you want descriptions of. |
DescribeSubscribersForNotificationRequest.Builder |
budgetName(String budgetName)
The name of the budget whose subscribers you want descriptions of.
|
DescribeSubscribersForNotificationRequest.Builder |
maxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains.
|
DescribeSubscribersForNotificationRequest.Builder |
nextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.
|
default DescribeSubscribersForNotificationRequest.Builder |
notification(Consumer<Notification.Builder> notification)
The notification whose subscribers you want to list.
|
DescribeSubscribersForNotificationRequest.Builder |
notification(Notification notification)
The notification whose subscribers you want to list.
|
DescribeSubscribersForNotificationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeSubscribersForNotificationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeSubscribersForNotificationRequest.Builder accountId(String accountId)
The accountId that is associated with the budget whose subscribers you want descriptions of.
accountId - The accountId that is associated with the budget whose subscribers you want descriptions
of.DescribeSubscribersForNotificationRequest.Builder budgetName(String budgetName)
The name of the budget whose subscribers you want descriptions of.
budgetName - The name of the budget whose subscribers you want descriptions of.DescribeSubscribersForNotificationRequest.Builder notification(Notification notification)
The notification whose subscribers you want to list.
notification - The notification whose subscribers you want to list.default DescribeSubscribersForNotificationRequest.Builder notification(Consumer<Notification.Builder> notification)
The notification whose subscribers you want to list.
This is a convenience that creates an instance of theNotification.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)DescribeSubscribersForNotificationRequest.Builder maxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
maxResults - An optional integer that represents how many entries a paginated response contains. The maximum is
100.DescribeSubscribersForNotificationRequest.Builder nextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
nextToken - The pagination token that you include in your request to indicate the next set of results that you
want to retrieve.DescribeSubscribersForNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeSubscribersForNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.