@Generated(value="software.amazon.awssdk:codegen") public final class S3BucketTranscriptSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3BucketTranscriptSource.Builder,S3BucketTranscriptSource>
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3BucketTranscriptSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3BucketTranscriptSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
|
PathFormat |
pathFormat()
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
String |
s3BucketName()
The name of the bucket containing the transcript and the associated metadata.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3BucketTranscriptSource.Builder> |
serializableBuilderClass() |
S3BucketTranscriptSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TranscriptFilter |
transcriptFilter()
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
TranscriptFormat |
transcriptFormat()
The format of the transcript content.
|
String |
transcriptFormatAsString()
The format of the transcript content.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3BucketName()
The name of the bucket containing the transcript and the associated metadata.
public final PathFormat pathFormat()
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
public final TranscriptFormat transcriptFormat()
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
If the service returns an enum value that is not available in the current SDK version, transcriptFormat
will return TranscriptFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from transcriptFormatAsString().
TranscriptFormatpublic final String transcriptFormatAsString()
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
If the service returns an enum value that is not available in the current SDK version, transcriptFormat
will return TranscriptFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from transcriptFormatAsString().
TranscriptFormatpublic final TranscriptFilter transcriptFilter()
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based on the filter you provide.
public final String kmsKeyArn()
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if your bucket is encrypted using a customer managed KMS key.
public S3BucketTranscriptSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3BucketTranscriptSource.Builder,S3BucketTranscriptSource>public static S3BucketTranscriptSource.Builder builder()
public static Class<? extends S3BucketTranscriptSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.