Struct aws_sdk_backup::model::report_setting::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReportSetting
Implementations
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
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
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.
The Amazon Resource Names (ARNs) of the frameworks a report covers.
The number of frameworks a report covers.
The number of frameworks a report covers.
Consumes the builder and constructs a ReportSetting
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more