public static interface DescribeSubscribersForNotificationRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>
buildrequestOverrideConfigcopyapply, buildDescribeSubscribersForNotificationRequest.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.Buildernotification(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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeSubscribersForNotificationRequest.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.