Interface S3StorageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3StorageConfiguration.Builder,
,S3StorageConfiguration> SdkBuilder<S3StorageConfiguration.Builder,
,S3StorageConfiguration> SdkPojo
- Enclosing class:
S3StorageConfiguration
@Mutable
@NotThreadSafe
public static interface S3StorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3StorageConfiguration.Builder,S3StorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) Location (S3 bucket name) where recorded videos will be stored.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
-
bucketName
Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.
- Parameters:
bucketName
- Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-