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(Consumer<Subscriber.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeSubscribersForNotificationResponse.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 subscribers(Consumer<Subscriber.Builder>... subscribers)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #subscribers(List) .subscribers - a consumer that will call methods on List.Builder #subscribers(List) 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.