Interface ReportDestination.Builder

    • Method Detail

      • s3BucketName

        ReportDestination.Builder s3BucketName​(String s3BucketName)

        The unique name of the Amazon S3 bucket that receives your reports.

        Parameters:
        s3BucketName - The unique name of the Amazon S3 bucket that receives your reports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Keys

        ReportDestination.Builder s3Keys​(Collection<String> s3Keys)

        The object key that uniquely identifies your reports in your S3 bucket.

        Parameters:
        s3Keys - The object key that uniquely identifies your reports in your S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Keys

        ReportDestination.Builder s3Keys​(String... s3Keys)

        The object key that uniquely identifies your reports in your S3 bucket.

        Parameters:
        s3Keys - The object key that uniquely identifies your reports in your S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.