Class S3BucketTranscriptSource
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<S3BucketTranscriptSource.Builder,- S3BucketTranscriptSource> 
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.final PathFormatThe object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide.final StringThe name of the bucket containing the transcript and the associated metadata.static Class<? extends S3BucketTranscriptSource.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final TranscriptFilterThe object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.final TranscriptFormatThe format of the transcript content.final StringThe format of the transcript content.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
s3BucketNameThe name of the bucket containing the transcript and the associated metadata. - Returns:
- The name of the bucket containing the transcript and the associated metadata.
 
- 
pathFormatThe 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.
 
- 
transcriptFormatThe 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:
 
- 
transcriptFormatAsStringThe 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:
 
- 
transcriptFilterThe 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.
 
- 
kmsKeyArnThe 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<S3BucketTranscriptSource.Builder,- S3BucketTranscriptSource> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-