@Generated(value="software.amazon.awssdk:codegen") public final class AudioLogDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioLogDestination.Builder,AudioLogDestination>
The location of audio log files collected when conversation logging is enabled for a bot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AudioLogDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AudioLogDestination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3BucketLogDestination |
s3Bucket()
The Amazon S3 bucket where the audio log files are stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioLogDestination.Builder> |
serializableBuilderClass() |
AudioLogDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3BucketLogDestination s3Bucket()
The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn
parameter of the CreateBot operation must have permission to write to this bucket.
roleArn parameter of the CreateBot operation must have permission to write to this
bucket.public AudioLogDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AudioLogDestination.Builder,AudioLogDestination>public static AudioLogDestination.Builder builder()
public static Class<? extends AudioLogDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.