public static interface CreateWebhookResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<CreateWebhookResponse.Builder,CreateWebhookResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateWebhookResponse.Builder |
webhook(Consumer<Webhook.Builder> webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
CreateWebhookResponse.Builder |
webhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWebhookResponse.Builder webhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
webhook - Information about a webhook that connects repository events to a build project in CodeBuild.default CreateWebhookResponse.Builder webhook(Consumer<Webhook.Builder> webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
This is a convenience method 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 © 2023. All rights reserved.