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) Name of the Amazon S3 bucket where chat activity will be logged.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
Name of the Amazon S3 bucket where chat activity will be logged.
- Parameters:
bucketName
- Name of the Amazon S3 bucket where chat activity will be logged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-