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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MediaAnalysisOutputConfig.Builders3Bucket(String s3Bucket)Specifies the Amazon S3 bucket to contain the output of the media analysis job.MediaAnalysisOutputConfig.Builders3KeyPrefix(String s3KeyPrefix)Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-