| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AudioLogDestination.Builder |
AudioLogDestination.builder() |
default AudioLogDestination.Builder |
AudioLogDestination.Builder.s3Bucket(Consumer<S3BucketLogDestination.Builder> s3Bucket)
The Amazon S3 bucket where the audio log files are stored.
|
AudioLogDestination.Builder |
AudioLogDestination.Builder.s3Bucket(S3BucketLogDestination s3Bucket)
The Amazon S3 bucket where the audio log files are stored.
|
AudioLogDestination.Builder |
AudioLogDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AudioLogDestination.Builder> |
AudioLogDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AudioLogSetting.Builder |
AudioLogSetting.Builder.destination(Consumer<AudioLogDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
Copyright © 2022. All rights reserved.