Struct aws_sdk_codebuild::input::update_webhook_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateWebhookInput
Implementations
The name of the CodeBuild project.
The name of the CodeBuild project.
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.
It is recommended that you use filterGroups
instead of
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.
It is recommended that you use filterGroups
instead of
branchFilter
.
A boolean value that specifies whether the associated GitHub repository's secret
token should be updated. If you use Bitbucket for your repository,
rotateSecret
is ignored.
A boolean value that specifies whether the associated GitHub repository's secret
token should be updated. If you use Bitbucket for your repository,
rotateSecret
is ignored.
Appends an item to filter_groups
.
To override the contents of this collection use set_filter_groups
.
An array of arrays of WebhookFilter
objects used to determine if a
webhook event can trigger a build. A filter group must contain at least one
EVENT
WebhookFilter
.
An array of arrays of WebhookFilter
objects used to determine if a
webhook event can trigger a build. A filter group must contain at least one
EVENT
WebhookFilter
.
Specifies the type of build this webhook will trigger.
Specifies the type of build this webhook will trigger.
Consumes the builder and constructs a UpdateWebhookInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more