public static interface ReportSetting.Builder extends SdkPojo, CopyableBuilder<ReportSetting.Builder,ReportSetting>
| Modifier and Type | Method and Description |
|---|---|
ReportSetting.Builder |
accounts(Collection<String> accounts)
These are the accounts to be included in the report.
|
ReportSetting.Builder |
accounts(String... accounts)
These are the accounts to be included in the report.
|
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 |
organizationUnits(Collection<String> organizationUnits)
These are the Organizational Units to be included in the report.
|
ReportSetting.Builder |
organizationUnits(String... organizationUnits)
These are the Organizational Units to be included in the report.
|
ReportSetting.Builder |
regions(Collection<String> regions)
These are the Regions to be included in the report.
|
ReportSetting.Builder |
regions(String... regions)
These are the Regions to be included in the report.
|
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.ReportSetting.Builder accounts(Collection<String> accounts)
These are the accounts to be included in the report.
accounts - These are the accounts to be included in the report.ReportSetting.Builder accounts(String... accounts)
These are the accounts to be included in the report.
accounts - These are the accounts to be included in the report.ReportSetting.Builder organizationUnits(Collection<String> organizationUnits)
These are the Organizational Units to be included in the report.
organizationUnits - These are the Organizational Units to be included in the report.ReportSetting.Builder organizationUnits(String... organizationUnits)
These are the Organizational Units to be included in the report.
organizationUnits - These are the Organizational Units to be included in the report.ReportSetting.Builder regions(Collection<String> regions)
These are the Regions to be included in the report.
regions - These are the Regions to be included in the report.ReportSetting.Builder regions(String... regions)
These are the Regions to be included in the report.
regions - These are the Regions to be included in the report.Copyright © 2023. All rights reserved.