| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateReportPlanResponse> |
BackupAsyncClient.updateReportPlan(Consumer<UpdateReportPlanRequest.Builder> updateReportPlanRequest)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
default UpdateReportPlanResponse |
BackupClient.updateReportPlan(Consumer<UpdateReportPlanRequest.Builder> updateReportPlanRequest)
Updates an existing report plan identified by its
ReportPlanName with the input document in JSON
format. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.builder() |
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.idempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput. |
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportDeliveryChannel(Consumer<ReportDeliveryChannel.Builder> reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportPlanName(String reportPlanName)
The unique name of the report plan.
|
default UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting)
Identifies the report template for the report.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateReportPlanRequest.Builder> |
UpdateReportPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.