| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportResult.Builder |
ReportResult.builder() |
ReportResult.Builder |
ReportResult.Builder.errorCode(String errorCode)
Indicates the code associated with the error if DataSync can't create a complete report.
|
ReportResult.Builder |
ReportResult.Builder.errorDetail(String errorDetail)
Provides details about issues creating a report.
|
ReportResult.Builder |
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 |
ReportResult.Builder.status(String status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete
report.
|
ReportResult.Builder |
ReportResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportResult.Builder> |
ReportResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTaskExecutionResponse.Builder |
DescribeTaskExecutionResponse.Builder.reportResult(Consumer<ReportResult.Builder> reportResult)
Indicates whether DataSync generated a complete task report for your
transfer.
|
Copyright © 2023. All rights reserved.