Interface S3BucketTranscriptSource.Builder

    • Method Detail

      • s3BucketName

        S3BucketTranscriptSource.Builder s3BucketName​(String s3BucketName)

        The name of the bucket containing the transcript and the associated metadata.

        Parameters:
        s3BucketName - The name of the bucket containing the transcript and the associated metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pathFormat

        S3BucketTranscriptSource.Builder pathFormat​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • transcriptFormat

        S3BucketTranscriptSource.Builder transcriptFormat​(String transcriptFormat)

        The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.

        Parameters:
        transcriptFormat - The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TranscriptFormat, TranscriptFormat
      • transcriptFormat

        S3BucketTranscriptSource.Builder transcriptFormat​(TranscriptFormat transcriptFormat)

        The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.

        Parameters:
        transcriptFormat - The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TranscriptFormat, TranscriptFormat
      • transcriptFilter

        S3BucketTranscriptSource.Builder transcriptFilter​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        S3BucketTranscriptSource.Builder kmsKeyArn​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.