Interface MediaAnalysisOutputConfig.Builder

    • Method Detail

      • s3Bucket

        MediaAnalysisOutputConfig.Builder s3Bucket​(String s3Bucket)

        Specifies the Amazon S3 bucket to contain the output of the media analysis job.

        Parameters:
        s3Bucket - Specifies the Amazon S3 bucket to contain the output of the media analysis job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3KeyPrefix

        MediaAnalysisOutputConfig.Builder s3KeyPrefix​(String s3KeyPrefix)

        Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.

        Parameters:
        s3KeyPrefix - Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.