Uses of Interface
software.amazon.awssdk.services.backup.model.ReportDeliveryChannel.Builder
-
Packages that use ReportDeliveryChannel.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ReportDeliveryChannel.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ReportDeliveryChannel.Builder Modifier and Type Method Description static ReportDeliveryChannel.BuilderReportDeliveryChannel. builder()ReportDeliveryChannel.BuilderReportDeliveryChannel.Builder. formats(String... formats)A list of the format of your reports:CSV,JSON, or both.ReportDeliveryChannel.BuilderReportDeliveryChannel.Builder. formats(Collection<String> formats)A list of the format of your reports:CSV,JSON, or both.ReportDeliveryChannel.BuilderReportDeliveryChannel.Builder. s3BucketName(String s3BucketName)The unique name of the S3 bucket that receives your reports.ReportDeliveryChannel.BuilderReportDeliveryChannel.Builder. s3KeyPrefix(String s3KeyPrefix)The prefix for where Backup Audit Manager delivers your reports to Amazon S3.ReportDeliveryChannel.BuilderReportDeliveryChannel. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ReportDeliveryChannel.Builder Modifier and Type Method Description static Class<? extends ReportDeliveryChannel.Builder>ReportDeliveryChannel. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ReportDeliveryChannel.Builder Modifier and Type Method Description default CreateReportPlanRequest.BuilderCreateReportPlanRequest.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 ReportPlan.BuilderReportPlan.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.default UpdateReportPlanRequest.BuilderUpdateReportPlanRequest.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.
-