public static interface ListWebhooksResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<ListWebhooksResponse.Builder,ListWebhooksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWebhooksResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
ListWebhooksResponse.Builder |
webhooks(Collection<Webhook> webhooks)
List of webhooks.
|
ListWebhooksResponse.Builder |
webhooks(Consumer<Webhook.Builder>... webhooks)
List of webhooks.
|
ListWebhooksResponse.Builder |
webhooks(Webhook... webhooks)
List of webhooks.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWebhooksResponse.Builder webhooks(Collection<Webhook> webhooks)
List of webhooks.
webhooks - List of webhooks.ListWebhooksResponse.Builder webhooks(Webhook... webhooks)
List of webhooks.
webhooks - List of webhooks.ListWebhooksResponse.Builder webhooks(Consumer<Webhook.Builder>... webhooks)
List of webhooks.
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 #webhooks(List) .webhooks - a consumer that will call methods on List.Builder #webhooks(List) ListWebhooksResponse.Builder nextToken(String nextToken)
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
nextToken - Pagination token. If non-null pagination token is returned in a result, then pass its value in another
request to fetch more entries.Copyright © 2019. All rights reserved.