pub struct Builder { /* private fields */ }
Expand description
A builder for BatchDeleteBuildsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn builds_deleted(self, input: impl Into<String>) -> Self
pub fn builds_deleted(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_builds_deleted(self, input: Option<Vec<String>>) -> Self
pub fn set_builds_deleted(self, input: Option<Vec<String>>) -> Self
The IDs of the builds that were successfully deleted.
sourcepub fn builds_not_deleted(self, input: BuildNotDeleted) -> Self
pub fn builds_not_deleted(self, input: BuildNotDeleted) -> Self
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.
sourcepub fn set_builds_not_deleted(self, input: Option<Vec<BuildNotDeleted>>) -> Self
pub fn set_builds_not_deleted(self, input: Option<Vec<BuildNotDeleted>>) -> Self
Information about any builds that could not be successfully deleted.
sourcepub fn build(self) -> BatchDeleteBuildsOutput
pub fn build(self) -> BatchDeleteBuildsOutput
Consumes the builder and constructs a BatchDeleteBuildsOutput
.