Uses of Interface
software.amazon.awssdk.services.codebuild.model.Webhook.Builder
-
Packages that use Webhook.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of Webhook.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return Webhook.Builder Modifier and Type Method Description Webhook.BuilderWebhook.Builder. branchFilter(String branchFilter)A regular expression used to determine which repository branches are built when a webhook is triggered.static Webhook.BuilderWebhook. builder()Webhook.BuilderWebhook.Builder. buildType(String buildType)Specifies the type of build this webhook will trigger.Webhook.BuilderWebhook.Builder. buildType(WebhookBuildType buildType)Specifies the type of build this webhook will trigger.Webhook.BuilderWebhook.Builder. filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups)An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.Webhook.BuilderWebhook.Builder. filterGroups(Collection<WebhookFilter>... filterGroups)An array of arrays ofWebhookFilterobjects used to determine which webhooks are triggered.Webhook.BuilderWebhook.Builder. lastModifiedSecret(Instant lastModifiedSecret)A timestamp that indicates the last time a repository's secret token was modified.Webhook.BuilderWebhook.Builder. payloadUrl(String payloadUrl)The CodeBuild endpoint where webhook events are sent.Webhook.BuilderWebhook.Builder. secret(String secret)The secret token of the associated repository.Webhook.BuilderWebhook. toBuilder()Webhook.BuilderWebhook.Builder. url(String url)The URL to the webhook.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type Webhook.Builder Modifier and Type Method Description static Class<? extends Webhook.Builder>Webhook. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type Webhook.Builder Modifier and Type Method Description default CreateWebhookResponse.BuilderCreateWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Information about a webhook that connects repository events to a build project in CodeBuild.default Project.BuilderProject.Builder. webhook(Consumer<Webhook.Builder> webhook)Information about a webhook that connects repository events to a build project in CodeBuild.default UpdateWebhookResponse.BuilderUpdateWebhookResponse.Builder. webhook(Consumer<Webhook.Builder> webhook)Information about a repository's webhook that is associated with a project in CodeBuild.
-