public static interface CreateWebhookRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<CreateWebhookRequest.Builder,CreateWebhookRequest>
Modifier and Type | Method and Description |
---|---|
CreateWebhookRequest.Builder |
branchFilter(String branchFilter)
A regular expression used to determine which repository branches are built when a webhook is triggered.
|
CreateWebhookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateWebhookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateWebhookRequest.Builder |
projectName(String projectName)
The name of the AWS CodeBuild project.
|
build
overrideConfiguration
copy
applyMutation, build
CreateWebhookRequest.Builder projectName(String projectName)
The name of the AWS CodeBuild project.
projectName
- The name of the AWS CodeBuild project.CreateWebhookRequest.Builder branchFilter(String branchFilter)
A regular expression used to determine which repository branches are built when a webhook is triggered. If
the name of a branch matches the regular expression, then it is built. If branchFilter
is empty,
then all branches are built.
branchFilter
- A regular expression used to determine which repository branches are built when a webhook is
triggered. If the name of a branch matches the regular expression, then it is built. If
branchFilter
is empty, then all branches are built.CreateWebhookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateWebhookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.