CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.branchFilter(String branchFilter) |
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
static CreateWebhookRequest.Builder |
CreateWebhookRequest.builder() |
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.buildType(String buildType) |
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.buildType(WebhookBuildType buildType) |
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.filterGroups(Collection<? extends Collection<WebhookFilter>> filterGroups) |
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.filterGroups(Collection<WebhookFilter>... filterGroups) |
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.manualCreation(Boolean manualCreation) |
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.projectName(String projectName) |
The name of the CodeBuild project.
|
default CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.scopeConfiguration(Consumer<ScopeConfiguration.Builder> scopeConfiguration) |
The scope configuration for global or organization webhooks.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.scopeConfiguration(ScopeConfiguration scopeConfiguration) |
The scope configuration for global or organization webhooks.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.toBuilder() |
|