Struct aws_sdk_codebuild::model::build_group::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BuildGroup
Implementations
Contains the identifier of the build group.
Contains the identifier of the build group.
Appends an item to depends_on
.
To override the contents of this collection use set_depends_on
.
An array of strings that contain the identifiers of the build groups that this build group depends on.
An array of strings that contain the identifiers of the build groups that this build group depends on.
Specifies if failures in this build group can be ignored.
Specifies if failures in this build group can be ignored.
A BuildSummary
object that contains a summary of the current build
group.
A BuildSummary
object that contains a summary of the current build
group.
Appends an item to prior_build_summary_list
.
To override the contents of this collection use set_prior_build_summary_list
.
An array of BuildSummary
objects that contain summaries of previous
build groups.
An array of BuildSummary
objects that contain summaries of previous
build groups.
Consumes the builder and constructs a BuildGroup
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