public static interface InputDataConfig.Builder extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig.Builder |
contentType(String contentType)
The multipurpose internet mail extension (MIME) type of the input files.
|
InputDataConfig.Builder |
s3Uri(String s3Uri)
The URI of the AWS S3 folder that contains the input file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDataConfig.Builder s3Uri(String s3Uri)
The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.
s3Uri - The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as
the API endpoint you are calling.InputDataConfig.Builder contentType(String contentType)
The multipurpose internet mail extension (MIME) type of the input files. Valid values are
text/plain for plaintext files and text/html for HTML files.
contentType - The multipurpose internet mail extension (MIME) type of the input files. Valid values are
text/plain for plaintext files and text/html for HTML files.Copyright © 2020. All rights reserved.