Struct aws_sdk_codebuild::output::delete_build_batch_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteBuildBatchOutput
Implementations
The status code.
The status code.
Appends an item to builds_deleted
.
To override the contents of this collection use set_builds_deleted
.
An array of strings that contain the identifiers of the builds that were deleted.
An array of strings that contain the identifiers of the builds that were deleted.
Appends an item to builds_not_deleted
.
To override the contents of this collection use set_builds_not_deleted
.
An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
Consumes the builder and constructs a DeleteBuildBatchOutput
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