Struct aws_sdk_s3::model::delete::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Delete
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn objects(self, input: ObjectIdentifier) -> Self
pub fn objects(self, input: ObjectIdentifier) -> Self
Appends an item to objects
.
To override the contents of this collection use set_objects
.
The objects to delete.
sourcepub fn set_objects(self, input: Option<Vec<ObjectIdentifier>>) -> Self
pub fn set_objects(self, input: Option<Vec<ObjectIdentifier>>) -> Self
The objects to delete.
sourcepub fn quiet(self, input: bool) -> Self
pub fn quiet(self, input: bool) -> Self
Element to enable quiet mode for the request. When you add this element, you must set its value to true.