Uses of Interface
software.amazon.awssdk.services.backup.model.ReportDestination.Builder
-
Packages that use ReportDestination.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ReportDestination.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ReportDestination.Builder Modifier and Type Method Description static ReportDestination.BuilderReportDestination. builder()ReportDestination.BuilderReportDestination.Builder. s3BucketName(String s3BucketName)The unique name of the Amazon S3 bucket that receives your reports.ReportDestination.BuilderReportDestination.Builder. s3Keys(String... s3Keys)The object key that uniquely identifies your reports in your S3 bucket.ReportDestination.BuilderReportDestination.Builder. s3Keys(Collection<String> s3Keys)The object key that uniquely identifies your reports in your S3 bucket.ReportDestination.BuilderReportDestination. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ReportDestination.Builder Modifier and Type Method Description static Class<? extends ReportDestination.Builder>ReportDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ReportDestination.Builder Modifier and Type Method Description default ReportJob.BuilderReportJob.Builder. reportDestination(Consumer<ReportDestination.Builder> reportDestination)The S3 bucket name and S3 keys for the destination where the report job publishes the report.
-