Interface ReportWithRawData.Builder

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

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

    • reportArn

      ReportWithRawData.Builder reportArn(String reportArn)

      The ARN of the report.

      Parameters:
      reportArn - The ARN of the report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • data

      The value of the requested data field from the report.

      Parameters:
      data - The value of the requested data field from the report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.