public static interface GetWebhookResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<GetWebhookResponse.Builder,GetWebhookResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetWebhookResponse.Builder |
webhook(Consumer<Webhook.Builder> webhook)
Describes the structure of a webhook.
|
GetWebhookResponse.Builder |
webhook(Webhook webhook)
Describes the structure of a webhook.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWebhookResponse.Builder webhook(Webhook webhook)
Describes the structure of a webhook.
webhook - Describes the structure of a webhook.default GetWebhookResponse.Builder webhook(Consumer<Webhook.Builder> webhook)
Describes the structure of a webhook.
This is a convenience that creates an instance of theWebhook.Builder avoiding the need to create one
manually via Webhook.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to webhook(Webhook).webhook - a consumer that will call methods on Webhook.Builderwebhook(Webhook)Copyright © 2022. All rights reserved.