public static interface DescribeSubscribersForNotificationRequest.Builder extends BudgetsRequest.Builder, CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSubscribersForNotificationRequest.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
DescribeSubscribersForNotificationRequest.Builder |
budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
DescribeSubscribersForNotificationRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeSubscribersForNotificationRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
default DescribeSubscribersForNotificationRequest.Builder |
notification(Consumer<Notification.Builder> notification)
Sets the value of the Notification property for this object.
|
DescribeSubscribersForNotificationRequest.Builder |
notification(Notification notification)
Sets the value of the Notification property for this object.
|
DescribeSubscribersForNotificationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.