public static interface UpdateWebhookResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<UpdateWebhookResponse.Builder,UpdateWebhookResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateWebhookResponse.Builder |
webhook(Consumer<Webhook.Builder> webhook)
Webhook structure.
|
UpdateWebhookResponse.Builder |
webhook(Webhook webhook)
Webhook structure.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWebhookResponse.Builder webhook(Webhook webhook)
Webhook structure.
webhook - Webhook structure.default UpdateWebhookResponse.Builder webhook(Consumer<Webhook.Builder> webhook)
Webhook structure.
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 © 2020. All rights reserved.