ReportSetting.Builder |
ReportSetting.Builder.accounts(String... accounts) |
These are the accounts to be included in the report.
|
ReportSetting.Builder |
ReportSetting.Builder.accounts(Collection<String> accounts) |
These are the accounts to be included in the report.
|
static ReportSetting.Builder |
ReportSetting.builder() |
|
ReportSetting.Builder |
ReportSetting.Builder.frameworkArns(String... frameworkArns) |
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting.Builder |
ReportSetting.Builder.frameworkArns(Collection<String> frameworkArns) |
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting.Builder |
ReportSetting.Builder.numberOfFrameworks(Integer numberOfFrameworks) |
The number of frameworks a report covers.
|
ReportSetting.Builder |
ReportSetting.Builder.organizationUnits(String... organizationUnits) |
These are the Organizational Units to be included in the report.
|
ReportSetting.Builder |
ReportSetting.Builder.organizationUnits(Collection<String> organizationUnits) |
These are the Organizational Units to be included in the report.
|
ReportSetting.Builder |
ReportSetting.Builder.regions(String... regions) |
These are the Regions to be included in the report.
|
ReportSetting.Builder |
ReportSetting.Builder.regions(Collection<String> regions) |
These are the Regions to be included in the report.
|
ReportSetting.Builder |
ReportSetting.Builder.reportTemplate(String reportTemplate) |
Identifies the report template for the report.
|
ReportSetting.Builder |
ReportSetting.toBuilder() |
|