Interface ReportConfigurationS3Output.Builder

    • Method Detail

      • bucketName

        ReportConfigurationS3Output.Builder bucketName​(String bucketName)

        The name of the S3 bucket where the experiment report will be stored.

        Parameters:
        bucketName - The name of the S3 bucket where the experiment report will be stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        ReportConfigurationS3Output.Builder prefix​(String prefix)

        The prefix of the S3 bucket where the experiment report will be stored.

        Parameters:
        prefix - The prefix of the S3 bucket where the experiment report will be stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.