public static interface OutputConfig.Builder extends SdkPojo, CopyableBuilder<OutputConfig.Builder,OutputConfig>
| Modifier and Type | Method and Description |
|---|---|
OutputConfig.Builder |
s3Bucket(String s3Bucket)
The name of the bucket your output will go to.
|
OutputConfig.Builder |
s3Prefix(String s3Prefix)
The prefix of the object key that the output will be saved to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputConfig.Builder s3Bucket(String s3Bucket)
The name of the bucket your output will go to.
s3Bucket - The name of the bucket your output will go to.OutputConfig.Builder s3Prefix(String s3Prefix)
The prefix of the object key that the output will be saved to. When not enabled, the prefix will be “textract_output".
s3Prefix - The prefix of the object key that the output will be saved to. When not enabled, the prefix will be
“textract_output".Copyright © 2023. All rights reserved.