Uses of Interface
software.amazon.awssdk.services.datasync.model.ReportResult.Builder
-
Packages that use ReportResult.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ReportResult.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ReportResult.Builder Modifier and Type Method Description static ReportResult.BuilderReportResult. builder()ReportResult.BuilderReportResult.Builder. errorCode(String errorCode)Indicates the code associated with the error if DataSync can't create a complete report.ReportResult.BuilderReportResult.Builder. errorDetail(String errorDetail)Provides details about issues creating a report.ReportResult.BuilderReportResult.Builder. status(String status)Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.ReportResult.BuilderReportResult.Builder. status(PhaseStatus status)Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.ReportResult.BuilderReportResult. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ReportResult.Builder Modifier and Type Method Description static Class<? extends ReportResult.Builder>ReportResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type ReportResult.Builder Modifier and Type Method Description default DescribeTaskExecutionResponse.BuilderDescribeTaskExecutionResponse.Builder. reportResult(Consumer<ReportResult.Builder> reportResult)Indicates whether DataSync generated a complete task report for your transfer.
-