@Generated(value="software.amazon.awssdk:codegen") public final class S3BucketLogDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3BucketLogDestination.Builder,S3BucketLogDestination>
Specifies an Amazon S3 bucket for logging audio conversations
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3BucketLogDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3BucketLogDestination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
String |
logPrefix()
The S3 prefix to assign to audio log files.
|
String |
s3BucketArn()
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3BucketLogDestination.Builder> |
serializableBuilderClass() |
S3BucketLogDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String s3BucketArn()
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
public final String logPrefix()
The S3 prefix to assign to audio log files.
public S3BucketLogDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3BucketLogDestination.Builder,S3BucketLogDestination>public static S3BucketLogDestination.Builder builder()
public static Class<? extends S3BucketLogDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.