Interface S3StorageConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3StorageConfiguration.Builder,S3StorageConfiguration>,SdkBuilder<S3StorageConfiguration.Builder,S3StorageConfiguration>,SdkPojo
- Enclosing class:
- S3StorageConfiguration
public static interface S3StorageConfiguration.Builder extends SdkPojo, CopyableBuilder<S3StorageConfiguration.Builder,S3StorageConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3StorageConfiguration.BuilderbucketName(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, sdkFields
-
-
-
-
Method Detail
-
bucketName
S3StorageConfiguration.Builder bucketName(String 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.
-
-