| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportDeliveryChannel.Builder |
ReportDeliveryChannel.builder() |
ReportDeliveryChannel.Builder |
ReportDeliveryChannel.Builder.formats(Collection<String> formats)
A list of the format of your reports:
CSV, JSON, or both. |
ReportDeliveryChannel.Builder |
ReportDeliveryChannel.Builder.formats(String... formats)
A list of the format of your reports:
CSV, JSON, or both. |
ReportDeliveryChannel.Builder |
ReportDeliveryChannel.Builder.s3BucketName(String s3BucketName)
The unique name of the S3 bucket that receives your reports.
|
ReportDeliveryChannel.Builder |
ReportDeliveryChannel.Builder.s3KeyPrefix(String s3KeyPrefix)
The prefix for where Backup Audit Manager delivers your reports to Amazon S3.
|
ReportDeliveryChannel.Builder |
ReportDeliveryChannel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportDeliveryChannel.Builder> |
ReportDeliveryChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ReportPlan.Builder |
ReportPlan.Builder.reportDeliveryChannel(Consumer<ReportDeliveryChannel.Builder> reportDeliveryChannel)
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.
|
Copyright © 2023. All rights reserved.