CopyableBuilder<DescribeNotificationSubscriptionsResponse.Builder,DescribeNotificationSubscriptionsResponse>, SdkBuilder<DescribeNotificationSubscriptionsResponse.Builder,DescribeNotificationSubscriptionsResponse>public static interface DescribeNotificationSubscriptionsResponse.Builder extends CopyableBuilder<DescribeNotificationSubscriptionsResponse.Builder,DescribeNotificationSubscriptionsResponse>
| Modifier and Type | Method | 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(Subscription... subscriptions) |
The subscriptions.
|
copyapply, buildDescribeNotificationSubscriptionsResponse.Builder subscriptions(Collection<Subscription> subscriptions)
The subscriptions.
subscriptions - The subscriptions.DescribeNotificationSubscriptionsResponse.Builder subscriptions(Subscription... subscriptions)
The subscriptions.
NOTE: This method appends the values to the existing list (if any). Use
#setSubscriptions(java.util.Collection) or #withSubscriptions(java.util.Collection) if you
want to override the existing values.
subscriptions - The subscriptions.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.