Struct aws_sdk_codebuild::model::build_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for BuildSummary
Implementations
When the build was started, expressed in Unix time format.
When the build was started, expressed in Unix time format.
The status of the build group.
- FAILED
-
The build group failed.
- FAULT
-
The build group faulted.
- IN_PROGRESS
-
The build group is still in progress.
- STOPPED
-
The build group stopped.
- SUCCEEDED
-
The build group succeeded.
- TIMED_OUT
-
The build group timed out.
The status of the build group.
- FAILED
-
The build group failed.
- FAULT
-
The build group faulted.
- IN_PROGRESS
-
The build group is still in progress.
- STOPPED
-
The build group stopped.
- SUCCEEDED
-
The build group succeeded.
- TIMED_OUT
-
The build group timed out.
A ResolvedArtifact
object that represents the primary build artifacts for the build group.
A ResolvedArtifact
object that represents the primary build artifacts for the build group.
Appends an item to secondary_artifacts
.
To override the contents of this collection use set_secondary_artifacts
.
An array of ResolvedArtifact
objects that represents the secondary build artifacts for the build group.
An array of ResolvedArtifact
objects that represents the secondary build artifacts for the build group.
Consumes the builder and constructs a BuildSummary
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