| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ReportSetting.Builder |
ReportSetting.Builder.accounts(Collection<String> accounts)
These are the accounts to be included in the report.
|
ReportSetting.Builder |
ReportSetting.Builder.accounts(String... accounts)
These are the accounts to be included in the report.
|
static ReportSetting.Builder |
ReportSetting.builder() |
ReportSetting.Builder |
ReportSetting.Builder.frameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting.Builder |
ReportSetting.Builder.frameworkArns(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(Collection<String> organizationUnits)
These are the Organizational Units to be included in the report.
|
ReportSetting.Builder |
ReportSetting.Builder.organizationUnits(String... organizationUnits)
These are the Organizational Units 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.regions(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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportSetting.Builder> |
ReportSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting)
Identifies the report template for the report.
|
default UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting)
Identifies the report template for the report.
|
default ReportPlan.Builder |
ReportPlan.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting)
Identifies the report template for the report.
|
Copyright © 2023. All rights reserved.