public static interface DescribeSubscribersForNotificationRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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.
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.
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)
overrideConfiguration in interface AwsRequest.BuilderDescribeSubscribersForNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.