Struct aws_sdk_backup::model::report_setting::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for ReportSetting
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn report_template(self, input: impl Into<String>) -> Self
pub fn report_template(self, input: impl Into<String>) -> Self
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
sourcepub fn set_report_template(self, input: Option<String>) -> Self
pub fn set_report_template(self, input: Option<String>) -> Self
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
sourcepub fn framework_arns(self, input: impl Into<String>) -> Self
pub fn framework_arns(self, input: impl Into<String>) -> Self
Appends an item to framework_arns
.
To override the contents of this collection use set_framework_arns
.
The Amazon Resource Names (ARNs) of the frameworks a report covers.
sourcepub fn set_framework_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_framework_arns(self, input: Option<Vec<String>>) -> Self
The Amazon Resource Names (ARNs) of the frameworks a report covers.
sourcepub fn number_of_frameworks(self, input: i32) -> Self
pub fn number_of_frameworks(self, input: i32) -> Self
The number of frameworks a report covers.
sourcepub fn set_number_of_frameworks(self, input: Option<i32>) -> Self
pub fn set_number_of_frameworks(self, input: Option<i32>) -> Self
The number of frameworks a report covers.
sourcepub fn build(self) -> ReportSetting
pub fn build(self) -> ReportSetting
Consumes the builder and constructs a ReportSetting
.