Interface S3DestinationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3DestinationConfiguration.Builder,
,S3DestinationConfiguration> SdkBuilder<S3DestinationConfiguration.Builder,
,S3DestinationConfiguration> SdkPojo
- Enclosing class:
S3DestinationConfiguration
@Mutable
@NotThreadSafe
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
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.
- 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.
-