Class S3BucketTranscriptSource
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.S3BucketTranscriptSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3BucketTranscriptSource.Builder,S3BucketTranscriptSource>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3BucketTranscriptSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3BucketTranscriptSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.PathFormatpathFormat()The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide.Strings3BucketName()The name of the bucket containing the transcript and the associated metadata.List<SdkField<?>>sdkFields()static Class<? extends S3BucketTranscriptSource.Builder>serializableBuilderClass()S3BucketTranscriptSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.TranscriptFiltertranscriptFilter()The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.TranscriptFormattranscriptFormat()The format of the transcript content.StringtranscriptFormatAsString()The format of the transcript content.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3BucketName
public final String s3BucketName()
The name of the bucket containing the transcript and the associated metadata.
- Returns:
- The name of the bucket containing the transcript and the associated metadata.
-
pathFormat
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.
- Returns:
- 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.
-
transcriptFormat
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,
transcriptFormatwill returnTranscriptFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtranscriptFormatAsString().- Returns:
- The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
- See Also:
TranscriptFormat
-
transcriptFormatAsString
public 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,
transcriptFormatwill returnTranscriptFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtranscriptFormatAsString().- Returns:
- The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
- See Also:
TranscriptFormat
-
transcriptFilter
public 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.
- Returns:
- 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.
-
kmsKeyArn
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.
- Returns:
- 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.
-
toBuilder
public S3BucketTranscriptSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3BucketTranscriptSource.Builder,S3BucketTranscriptSource>
-
builder
public static S3BucketTranscriptSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3BucketTranscriptSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-