public static interface DescribeNotificationSubscriptionsResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<DescribeNotificationSubscriptionsResponse.Builder,DescribeNotificationSubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationSubscriptionsResponse.Builder |
marker(String marker)
The marker to use when requesting the next set of results.
|
DescribeNotificationSubscriptionsResponse.Builder |
subscriptions(Collection<Subscription> subscriptions)
The subscriptions.
|
DescribeNotificationSubscriptionsResponse.Builder |
subscriptions(Consumer<Subscription.Builder>... subscriptions)
The subscriptions.
|
DescribeNotificationSubscriptionsResponse.Builder |
subscriptions(Subscription... subscriptions)
The subscriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNotificationSubscriptionsResponse.Builder subscriptions(Collection<Subscription> subscriptions)
The subscriptions.
subscriptions - The subscriptions.DescribeNotificationSubscriptionsResponse.Builder subscriptions(Subscription... subscriptions)
The subscriptions.
subscriptions - The subscriptions.DescribeNotificationSubscriptionsResponse.Builder subscriptions(Consumer<Subscription.Builder>... subscriptions)
The subscriptions.
This is a convenience method that creates an instance of theSubscription.Builder avoiding the need to create one
manually via Subscription.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #subscriptions(List.
subscriptions - a consumer that will call methods on
Subscription.Builder#subscriptions(java.util.Collection) DescribeNotificationSubscriptionsResponse.Builder marker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2023. All rights reserved.