Uses of Interface
software.amazon.awssdk.services.datasync.model.ReportDestination.Builder
-
Packages that use ReportDestination.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ReportDestination.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ReportDestination.Builder Modifier and Type Method Description static ReportDestination.BuilderReportDestination. builder()default ReportDestination.BuilderReportDestination.Builder. s3(Consumer<ReportDestinationS3.Builder> s3)Specifies the Amazon S3 bucket where DataSync uploads your task report.ReportDestination.BuilderReportDestination.Builder. s3(ReportDestinationS3 s3)Specifies the Amazon S3 bucket where DataSync uploads your task report.ReportDestination.BuilderReportDestination. toBuilder()Methods in software.amazon.awssdk.services.datasync.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.datasync.model with type arguments of type ReportDestination.Builder Modifier and Type Method Description default TaskReportConfig.BuilderTaskReportConfig.Builder. destination(Consumer<ReportDestination.Builder> destination)Specifies the Amazon S3 bucket where DataSync uploads your task report.
-