#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for BatchDeleteBuildsOutput
Implementations
Appends an item to builds_deleted
.
To override the contents of this collection use set_builds_deleted
.
The IDs of the builds that were successfully deleted.
The IDs of the builds that were successfully deleted.
Appends an item to builds_not_deleted
.
To override the contents of this collection use set_builds_not_deleted
.
Information about any builds that could not be successfully deleted.
Information about any builds that could not be successfully deleted.
Consumes the builder and constructs a BatchDeleteBuildsOutput
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