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 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) 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 © 2023. All rights reserved.