Interface MediaAnalysisOutputConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MediaAnalysisOutputConfig.Builder,MediaAnalysisOutputConfig>, SdkBuilder<MediaAnalysisOutputConfig.Builder,MediaAnalysisOutputConfig>, SdkPojo
Enclosing class:
MediaAnalysisOutputConfig

public static interface MediaAnalysisOutputConfig.Builder extends SdkPojo, CopyableBuilder<MediaAnalysisOutputConfig.Builder,MediaAnalysisOutputConfig>
  • Method Details

    • 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.