Interface FlowDefinitionOutputConfig.Builder

    • Method Detail

      • s3OutputPath

        FlowDefinitionOutputConfig.Builder s3OutputPath​(String s3OutputPath)

        The Amazon S3 path where the object containing human output will be made available.

        To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

        Parameters:
        s3OutputPath - The Amazon S3 path where the object containing human output will be made available.

        To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        FlowDefinitionOutputConfig.Builder kmsKeyId​(String kmsKeyId)

        The Amazon Key Management Service (KMS) key ID for server-side encryption.

        Parameters:
        kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.