public static interface DescribeSubscribersForNotificationResponse.Builder extends BudgetsResponse.Builder, CopyableBuilder<DescribeSubscribersForNotificationResponse.Builder,DescribeSubscribersForNotificationResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSubscribersForNotificationResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeSubscribersForNotificationResponse.Builder |
subscribers(Collection<Subscriber> subscribers)
Sets the value of the Subscribers property for this object.
|
DescribeSubscribersForNotificationResponse.Builder |
subscribers(Subscriber... subscribers)
Sets the value of the Subscribers property for this object.
|
build
copy
apply, build
DescribeSubscribersForNotificationResponse.Builder subscribers(Collection<Subscriber> subscribers)
subscribers
- The new value for the Subscribers property for this object.DescribeSubscribersForNotificationResponse.Builder subscribers(Subscriber... subscribers)
subscribers
- The new value for the Subscribers property for this object.DescribeSubscribersForNotificationResponse.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.