public static interface ReportResult.Builder extends SdkPojo, CopyableBuilder<ReportResult.Builder,ReportResult>
| Modifier and Type | Method and Description |
|---|---|
ReportResult.Builder |
errorCode(String errorCode)
Indicates the code associated with the error if DataSync can't create a complete report.
|
ReportResult.Builder |
errorDetail(String errorDetail)
Provides details about issues creating a report.
|
ReportResult.Builder |
status(PhaseStatus status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete
report.
|
ReportResult.Builder |
status(String status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete
report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportResult.Builder status(String status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
status - Indicates whether DataSync is still working on your report, created a report, or can't create a
complete report.PhaseStatus,
PhaseStatusReportResult.Builder status(PhaseStatus status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
status - Indicates whether DataSync is still working on your report, created a report, or can't create a
complete report.PhaseStatus,
PhaseStatusReportResult.Builder errorCode(String errorCode)
Indicates the code associated with the error if DataSync can't create a complete report.
errorCode - Indicates the code associated with the error if DataSync can't create a complete report.ReportResult.Builder errorDetail(String errorDetail)
Provides details about issues creating a report.
errorDetail - Provides details about issues creating a report.Copyright © 2023. All rights reserved.