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 SummaryModifier and TypeMethodDescriptionbucketName(String bucketName) Location (S3 bucket name) where recorded videos will be stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketNameLocation (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.
 
 
-