Interface ReportWithRawData.Builder

    • Method Detail

      • 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

        ReportWithRawData.Builder data​(String 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.