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.
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.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 © 2023. All rights reserved.