public static interface ListEventSubscriptionsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListEventSubscriptionsResponse.Builder,ListEventSubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventSubscriptionsResponse.Builder |
nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response
and contains the value to use for the nextToken parameter in a subsequent pagination request.
|
ListEventSubscriptionsResponse.Builder |
subscriptions(Collection<Subscription> subscriptions)
Details of the returned event subscriptions.
|
ListEventSubscriptionsResponse.Builder |
subscriptions(Consumer<Subscription.Builder>... subscriptions)
Details of the returned event subscriptions.
|
ListEventSubscriptionsResponse.Builder |
subscriptions(Subscription... subscriptions)
Details of the returned event subscriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventSubscriptionsResponse.Builder subscriptions(Collection<Subscription> subscriptions)
Details of the returned event subscriptions.
subscriptions - Details of the returned event subscriptions.ListEventSubscriptionsResponse.Builder subscriptions(Subscription... subscriptions)
Details of the returned event subscriptions.
subscriptions - Details of the returned event subscriptions.ListEventSubscriptionsResponse.Builder subscriptions(Consumer<Subscription.Builder>... subscriptions)
Details of the returned event subscriptions.
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 #subscriptions(List) .subscriptions - a consumer that will call methods on List.Builder #subscriptions(List) ListEventSubscriptionsResponse.Builder nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
nextToken - When a response is generated, if there is more data to be listed, this parameter is present in the
response and contains the value to use for the nextToken parameter in a subsequent pagination
request. If there is no more data to be listed, this parameter is set to null.Copyright © 2021. All rights reserved.