public static interface ReportDeliveryChannel.Builder extends SdkPojo, CopyableBuilder<ReportDeliveryChannel.Builder,ReportDeliveryChannel>
| Modifier and Type | Method and Description |
|---|---|
ReportDeliveryChannel.Builder |
formats(Collection<String> formats)
A list of the format of your reports:
CSV, JSON, or both. |
ReportDeliveryChannel.Builder |
formats(String... formats)
A list of the format of your reports:
CSV, JSON, or both. |
ReportDeliveryChannel.Builder |
s3BucketName(String s3BucketName)
The unique name of the S3 bucket that receives your reports.
|
ReportDeliveryChannel.Builder |
s3KeyPrefix(String s3KeyPrefix)
The prefix for where Backup Audit Manager delivers your reports to Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportDeliveryChannel.Builder s3BucketName(String s3BucketName)
The unique name of the S3 bucket that receives your reports.
s3BucketName - The unique name of the S3 bucket that receives your reports.ReportDeliveryChannel.Builder s3KeyPrefix(String s3KeyPrefix)
The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the
following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name. If not
specified, there is no prefix.
s3KeyPrefix - The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part
of the following path: s3://your-bucket-name/prefix
/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.ReportDeliveryChannel.Builder formats(Collection<String> formats)
A list of the format of your reports: CSV, JSON, or both. If not specified, the
default format is CSV.
formats - A list of the format of your reports: CSV, JSON, or both. If not specified,
the default format is CSV.ReportDeliveryChannel.Builder formats(String... formats)
A list of the format of your reports: CSV, JSON, or both. If not specified, the
default format is CSV.
formats - A list of the format of your reports: CSV, JSON, or both. If not specified,
the default format is CSV.Copyright © 2023. All rights reserved.