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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSubscribersForNotificationResponse.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 method that creates an instance of theSubscriber.Builder avoiding the need to create one
manually via Subscriber.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #subscribers(List.
subscribers - a consumer that will call methods on
Subscriber.Builder#subscribers(java.util.Collection) 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 © 2023. All rights reserved.