public static interface ReportSetting.Builder extends SdkPojo, CopyableBuilder<ReportSetting.Builder,ReportSetting>
| Modifier and Type | Method and Description |
|---|---|
ReportSetting.Builder |
frameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting.Builder |
frameworkArns(String... frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting.Builder |
numberOfFrameworks(Integer numberOfFrameworks)
The number of frameworks a report covers.
|
ReportSetting.Builder |
reportTemplate(String reportTemplate)
Identifies the report template for the report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportSetting.Builder reportTemplate(String reportTemplate)
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
reportTemplate - 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
ReportSetting.Builder frameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
frameworkArns - The Amazon Resource Names (ARNs) of the frameworks a report covers.ReportSetting.Builder frameworkArns(String... frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
frameworkArns - The Amazon Resource Names (ARNs) of the frameworks a report covers.ReportSetting.Builder numberOfFrameworks(Integer numberOfFrameworks)
The number of frameworks a report covers.
numberOfFrameworks - The number of frameworks a report covers.Copyright © 2022. All rights reserved.