Interface S3DestinationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<S3DestinationConfiguration.Builder,,S3DestinationConfiguration> SdkBuilder<S3DestinationConfiguration.Builder,,S3DestinationConfiguration> SdkPojo
- Enclosing class:
 S3DestinationConfiguration
public static interface S3DestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3DestinationConfiguration.Builder,S3DestinationConfiguration> 
- 
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
bucketName
Location (S3 bucket name) where recorded videos will be stored.
- Parameters:
 bucketName- Location (S3 bucket name) where recorded videos will be stored.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -