Struct aws_sdk_backup::model::report_destination::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ReportDestination
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_bucket_name(self, input: impl Into<String>) -> Self
pub fn s3_bucket_name(self, input: impl Into<String>) -> Self
The unique name of the Amazon S3 bucket that receives your reports.
sourcepub fn set_s3_bucket_name(self, input: Option<String>) -> Self
pub fn set_s3_bucket_name(self, input: Option<String>) -> Self
The unique name of the Amazon S3 bucket that receives your reports.
sourcepub fn s3_keys(self, input: impl Into<String>) -> Self
pub fn s3_keys(self, input: impl Into<String>) -> Self
Appends an item to s3_keys
.
To override the contents of this collection use set_s3_keys
.
The object key that uniquely identifies your reports in your S3 bucket.
sourcepub fn set_s3_keys(self, input: Option<Vec<String>>) -> Self
pub fn set_s3_keys(self, input: Option<Vec<String>>) -> Self
The object key that uniquely identifies your reports in your S3 bucket.
sourcepub fn build(self) -> ReportDestination
pub fn build(self) -> ReportDestination
Consumes the builder and constructs a ReportDestination
.