Interface ReportResult.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReportResult.Builder,ReportResult>, SdkBuilder<ReportResult.Builder,ReportResult>, SdkPojo
Enclosing class:
ReportResult

public static interface ReportResult.Builder extends SdkPojo, CopyableBuilder<ReportResult.Builder,ReportResult>
  • Method Details

    • status

      ReportResult.Builder status(String 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

      ReportResult.Builder errorCode(String 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

      ReportResult.Builder errorDetail(String 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.