public static interface DescribeSubscribersForNotificationResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeSubscribersForNotificationResponse.Builder,DescribeSubscribersForNotificationResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSubscribersForNotificationResponse.Builder |
nextToken(String nextToken)
The pagination token in the service response that indicates the next set of results that you can retrieve.
|
DescribeSubscribersForNotificationResponse.Builder |
subscribers(Collection<Subscriber> subscribers)
A list of subscribers that are associated with a notification.
|
DescribeSubscribersForNotificationResponse.Builder |
subscribers(Consumer<Subscriber.Builder>... subscribers)
A list of subscribers that are associated with a notification.
|
DescribeSubscribersForNotificationResponse.Builder |
subscribers(Subscriber... subscribers)
A list of subscribers that are associated with a notification.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeSubscribersForNotificationResponse.Builder subscribers(Collection<Subscriber> subscribers)
A list of subscribers that are associated with a notification.
subscribers
- A list of subscribers that are associated with a notification.DescribeSubscribersForNotificationResponse.Builder subscribers(Subscriber... subscribers)
A list of subscribers that are associated with a notification.
subscribers
- A list of subscribers that are associated with a notification.DescribeSubscribersForNotificationResponse.Builder subscribers(Consumer<Subscriber.Builder>... subscribers)
A list of subscribers that are associated with a notification.
This is a convenience that creates an instance of theList.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)
The pagination token in the service response that indicates the next set of results that you can retrieve.
nextToken
- The pagination token in the service response that indicates the next set of results that you can
retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.