Struct aws_sdk_backupstorage::input::delete_object_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteObjectInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn backup_job_id(self, input: impl Into<String>) -> Self
pub fn backup_job_id(self, input: impl Into<String>) -> Self
Backup job Id for the in-progress backup.
sourcepub fn set_backup_job_id(self, input: Option<String>) -> Self
pub fn set_backup_job_id(self, input: Option<String>) -> Self
Backup job Id for the in-progress backup.
sourcepub fn object_name(self, input: impl Into<String>) -> Self
pub fn object_name(self, input: impl Into<String>) -> Self
The name of the Object.
sourcepub fn set_object_name(self, input: Option<String>) -> Self
pub fn set_object_name(self, input: Option<String>) -> Self
The name of the Object.
sourcepub fn build(self) -> Result<DeleteObjectInput, BuildError>
pub fn build(self) -> Result<DeleteObjectInput, BuildError>
Consumes the builder and constructs a DeleteObjectInput
.