| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateReportPlanResponse> |
BackupAsyncClient.createReportPlan(Consumer<CreateReportPlanRequest.Builder> createReportPlanRequest)
Creates a report plan.
|
default CreateReportPlanResponse |
BackupClient.createReportPlan(Consumer<CreateReportPlanRequest.Builder> createReportPlanRequest)
Creates a report plan.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateReportPlanRequest.Builder |
CreateReportPlanRequest.builder() |
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.idempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
CreateReportPlanInput. |
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportDeliveryChannel(Consumer<ReportDeliveryChannel.Builder> reportDeliveryChannel)
A structure that contains information about where and how to deliver your reports, specifically your Amazon
S3 bucket name, S3 key prefix, and the formats of your reports.
|
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where and how to deliver your reports, specifically your Amazon
S3 bucket name, S3 key prefix, and the formats of your reports.
|
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum of 1,024 characters.
|
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportPlanName(String reportPlanName)
The unique name of the report plan.
|
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportPlanTags(Map<String,String> reportPlanTags)
Metadata that you can assign to help organize the report plans that you create.
|
default CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting)
Identifies the report template for the report.
|
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.Builder.reportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
CreateReportPlanRequest.Builder |
CreateReportPlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateReportPlanRequest.Builder> |
CreateReportPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.