Interface ReportResult.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReportResult.Builder,,ReportResult> SdkBuilder<ReportResult.Builder,,ReportResult> SdkPojo
- Enclosing class:
 ReportResult
@Mutable
@NotThreadSafe
public static interface ReportResult.Builder
extends SdkPojo, CopyableBuilder<ReportResult.Builder,ReportResult> 
- 
Method Summary
Modifier and TypeMethodDescriptionIndicates the code associated with the error if DataSync can't create a complete report.errorDetail(String errorDetail) Provides details about issues creating a report.Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.status(PhaseStatus status) Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
status
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
- Parameters:
 status- Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
- Parameters:
 status- Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorCode
Indicates the code associated with the error if DataSync can't create a complete report.
- Parameters:
 errorCode- Indicates the code associated with the error if DataSync can't create a complete report.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errorDetail
Provides details about issues creating a report.
- Parameters:
 errorDetail- Provides details about issues creating a report.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -