public static interface S3BucketLogDestination.Builder extends SdkPojo, CopyableBuilder<S3BucketLogDestination.Builder,S3BucketLogDestination>
| Modifier and Type | Method and Description |
|---|---|
S3BucketLogDestination.Builder |
kmsKeyArn(String 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.
|
S3BucketLogDestination.Builder |
logPrefix(String logPrefix)
The S3 prefix to assign to audio log files.
|
S3BucketLogDestination.Builder |
s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3BucketLogDestination.Builder kmsKeyArn(String 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.
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.S3BucketLogDestination.Builder s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
s3BucketArn - The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.S3BucketLogDestination.Builder logPrefix(String logPrefix)
The S3 prefix to assign to audio log files.
logPrefix - The S3 prefix to assign to audio log files.Copyright © 2023. All rights reserved.