Interface ReportExportConfig.Builder

    • Method Detail

      • exportConfigType

        ReportExportConfig.Builder exportConfigType​(String exportConfigType)

        The export configuration type. Valid values are:

        • S3: The report results are exported to an S3 bucket.

        • NO_EXPORT: The report results are not exported.

        Parameters:
        exportConfigType - The export configuration type. Valid values are:

        • S3: The report results are exported to an S3 bucket.

        • NO_EXPORT: The report results are not exported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportExportConfigType, ReportExportConfigType
      • exportConfigType

        ReportExportConfig.Builder exportConfigType​(ReportExportConfigType exportConfigType)

        The export configuration type. Valid values are:

        • S3: The report results are exported to an S3 bucket.

        • NO_EXPORT: The report results are not exported.

        Parameters:
        exportConfigType - The export configuration type. Valid values are:

        • S3: The report results are exported to an S3 bucket.

        • NO_EXPORT: The report results are not exported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportExportConfigType, ReportExportConfigType
      • s3Destination

        ReportExportConfig.Builder s3Destination​(S3ReportExportConfig s3Destination)

        A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

        Parameters:
        s3Destination - A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.