Interface MediaAnalysisOutputConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaAnalysisOutputConfig.Builder,
,MediaAnalysisOutputConfig> SdkBuilder<MediaAnalysisOutputConfig.Builder,
,MediaAnalysisOutputConfig> SdkPojo
- Enclosing class:
MediaAnalysisOutputConfig
@Mutable
@NotThreadSafe
public static interface MediaAnalysisOutputConfig.Builder
extends SdkPojo, CopyableBuilder<MediaAnalysisOutputConfig.Builder,MediaAnalysisOutputConfig>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the Amazon S3 bucket to contain the output of the media analysis job.s3KeyPrefix
(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, sdkFieldNameToField, sdkFields
-
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
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.
-