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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3DestinationConfiguration.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
S3DestinationConfiguration.Builder bucketName(String 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.
-
-