| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
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.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 ReportPlan.Builder |
ReportPlan.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 CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting)
Identifies the report template for the report.
|
Copyright © 2022. All rights reserved.