public static interface UpdateWebhookResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<UpdateWebhookResponse.Builder,UpdateWebhookResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateWebhookResponse.Builder |
webhook(Consumer<Webhook.Builder> webhook)
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
|
UpdateWebhookResponse.Builder |
webhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateWebhookResponse.Builder webhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
webhook
- Information about a repository's webhook that is associated with a project in AWS CodeBuild.default UpdateWebhookResponse.Builder webhook(Consumer<Webhook.Builder> webhook)
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
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.Builder
webhook(Webhook)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.