public static interface FlowDefinitionOutputConfig.Builder extends SdkPojo, CopyableBuilder<FlowDefinitionOutputConfig.Builder,FlowDefinitionOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
FlowDefinitionOutputConfig.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
FlowDefinitionOutputConfig.Builder |
s3OutputPath(String s3OutputPath)
The Amazon S3 path where the object containing human output will be made available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlowDefinitionOutputConfig.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.
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.
FlowDefinitionOutputConfig.Builder kmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side encryption.Copyright © 2023. All rights reserved.