public static interface InputDataConfig.Builder extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig.Builder |
s3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data.
|
InputDataConfig.Builder |
s3Key(String s3Key)
The path to the input data files in the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDataConfig.Builder s3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.
s3Bucket - The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the
API endpoint that you are calling.
Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.
InputDataConfig.Builder s3Key(String s3Key)
The path to the input data files in the S3 bucket.
s3Key - The path to the input data files in the S3 bucket.Copyright © 2020. All rights reserved.