| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static S3BucketLogDestination.Builder |
S3BucketLogDestination.builder() |
S3BucketLogDestination.Builder |
S3BucketLogDestination.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files
stored in an S3 bucket.
|
S3BucketLogDestination.Builder |
S3BucketLogDestination.Builder.logPrefix(String logPrefix)
The S3 prefix to assign to audio log files.
|
S3BucketLogDestination.Builder |
S3BucketLogDestination.Builder.s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
|
S3BucketLogDestination.Builder |
S3BucketLogDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3BucketLogDestination.Builder> |
S3BucketLogDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AudioLogDestination.Builder |
AudioLogDestination.Builder.s3Bucket(Consumer<S3BucketLogDestination.Builder> s3Bucket)
The Amazon S3 bucket where the audio log files are stored.
|
Copyright © 2022. All rights reserved.