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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListWebhooksResponse.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 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)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.