Interface S3ReportLocation.Builder

    • Method Detail

      • bucketName

        S3ReportLocation.Builder bucketName​(String bucketName)

        S3 bucket name.

        Parameters:
        bucketName - S3 bucket name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectKey

        S3ReportLocation.Builder objectKey​(String objectKey)

        S3 key.

        Parameters:
        objectKey - S3 key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.