public static interface ListWebhooksResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<ListWebhooksResponse.Builder,ListWebhooksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWebhooksResponse.Builder |
nextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used
in a subsequent ListWebhooks call to return the next set of webhooks in the list.
|
ListWebhooksResponse.Builder |
webhooks(Collection<ListWebhookItem> webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
ListWebhooksResponse.Builder |
webhooks(Consumer<ListWebhookItem.Builder>... webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
ListWebhooksResponse.Builder |
webhooks(ListWebhookItem... webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWebhooksResponse.Builder webhooks(Collection<ListWebhookItem> webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
webhooks - The JSON detail returned for each webhook in the list output for the ListWebhooks call.ListWebhooksResponse.Builder webhooks(ListWebhookItem... webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
webhooks - The JSON detail returned for each webhook in the list output for the ListWebhooks call.ListWebhooksResponse.Builder webhooks(Consumer<ListWebhookItem.Builder>... webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
This is a convenience method that creates an instance of theListWebhookItem.Builder avoiding the need to
create one manually via ListWebhookItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #webhooks(List.
webhooks - a consumer that will call methods on
ListWebhookItem.Builder#webhooks(java.util.Collection) ListWebhooksResponse.Builder nextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.
nextToken - If the amount of returned information is significantly large, an identifier is also returned and can
be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.Copyright © 2023. All rights reserved.