public static interface MediaAnalysisOutputConfig.Builder extends SdkPojo, CopyableBuilder<MediaAnalysisOutputConfig.Builder,MediaAnalysisOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
MediaAnalysisOutputConfig.Builder |
s3Bucket(String s3Bucket)
Specifies the Amazon S3 bucket to contain the output of the media analysis job.
|
MediaAnalysisOutputConfig.Builder |
s3KeyPrefix(String s3KeyPrefix)
Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMediaAnalysisOutputConfig.Builder s3Bucket(String s3Bucket)
Specifies the Amazon S3 bucket to contain the output of the media analysis job.
s3Bucket - Specifies the Amazon S3 bucket to contain the output of the media analysis job.MediaAnalysisOutputConfig.Builder s3KeyPrefix(String s3KeyPrefix)
Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.
s3KeyPrefix - Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for
storage.Copyright © 2023. All rights reserved.