@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3BucketTranscriptSource extends Object implements Serializable, Cloneable, StructuredPojo
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
Constructor and Description |
---|
S3BucketTranscriptSource() |
Modifier and Type | Method and Description |
---|---|
S3BucketTranscriptSource |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyArn()
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
|
PathFormat |
getPathFormat()
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
String |
getS3BucketName()
The name of the bucket containing the transcript and the associated metadata.
|
TranscriptFilter |
getTranscriptFilter()
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
String |
getTranscriptFormat()
The format of the transcript content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
|
void |
setPathFormat(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.
|
void |
setS3BucketName(String s3BucketName)
The name of the bucket containing the transcript and the associated metadata.
|
void |
setTranscriptFilter(TranscriptFilter transcriptFilter)
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
void |
setTranscriptFormat(String transcriptFormat)
The format of the transcript content.
|
String |
toString()
Returns a string representation of this object.
|
S3BucketTranscriptSource |
withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
|
S3BucketTranscriptSource |
withPathFormat(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.
|
S3BucketTranscriptSource |
withS3BucketName(String s3BucketName)
The name of the bucket containing the transcript and the associated metadata.
|
S3BucketTranscriptSource |
withTranscriptFilter(TranscriptFilter transcriptFilter)
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
S3BucketTranscriptSource |
withTranscriptFormat(String transcriptFormat)
The format of the transcript content.
|
S3BucketTranscriptSource |
withTranscriptFormat(TranscriptFormat transcriptFormat)
The format of the transcript content.
|
public void setS3BucketName(String s3BucketName)
The name of the bucket containing the transcript and the associated metadata.
s3BucketName
- The name of the bucket containing the transcript and the associated metadata.public String getS3BucketName()
The name of the bucket containing the transcript and the associated metadata.
public S3BucketTranscriptSource withS3BucketName(String s3BucketName)
The name of the bucket containing the transcript and the associated metadata.
s3BucketName
- The name of the bucket containing the transcript and the associated metadata.public void setPathFormat(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.
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 PathFormat getPathFormat()
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 S3BucketTranscriptSource withPathFormat(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.
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 void setTranscriptFormat(String transcriptFormat)
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
transcriptFormat
- The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.TranscriptFormat
public String getTranscriptFormat()
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
TranscriptFormat
public S3BucketTranscriptSource withTranscriptFormat(String transcriptFormat)
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
transcriptFormat
- The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.TranscriptFormat
public S3BucketTranscriptSource withTranscriptFormat(TranscriptFormat transcriptFormat)
The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
transcriptFormat
- The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.TranscriptFormat
public void setTranscriptFilter(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.
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 TranscriptFilter getTranscriptFilter()
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 S3BucketTranscriptSource withTranscriptFilter(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.
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 void setKmsKeyArn(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.
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 String getKmsKeyArn()
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 withKmsKeyArn(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.
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 String toString()
toString
in class Object
Object.toString()
public S3BucketTranscriptSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.