Interface FlowDefinitionOutputConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>, SdkBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>, SdkPojo
Enclosing class:
FlowDefinitionOutputConfig

public static interface FlowDefinitionOutputConfig.Builder extends SdkPojo, CopyableBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>
  • Method Details

    • 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

      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.