Interface S3BucketLogDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3BucketLogDestination.Builder,
,S3BucketLogDestination> SdkBuilder<S3BucketLogDestination.Builder,
,S3BucketLogDestination> SdkPojo
- Enclosing class:
S3BucketLogDestination
@Mutable
@NotThreadSafe
public static interface S3BucketLogDestination.Builder
extends SdkPojo, CopyableBuilder<S3BucketLogDestination.Builder,S3BucketLogDestination>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.The S3 prefix to assign to audio log files.s3BucketArn
(String s3BucketArn) The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are 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
-
kmsKeyArn
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
- Parameters:
kmsKeyArn
- The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketArn
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
- Parameters:
s3BucketArn
- The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logPrefix
The S3 prefix to assign to audio log files.
- Parameters:
logPrefix
- The S3 prefix to assign to audio log files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-