@Stability(value=Experimental) public static final class TransformInput.Builder extends Object
TransformInput| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TransformInput |
build()
Builds the configured instance.
|
TransformInput.Builder |
compressionType(CompressionType compressionType)
Sets the value of CompressionType
|
TransformInput.Builder |
contentType(String contentType)
Sets the value of ContentType
|
TransformInput.Builder |
splitType(SplitType splitType)
Sets the value of SplitType
|
TransformInput.Builder |
transformDataSource(TransformDataSource transformDataSource)
Sets the value of TransformDataSource
|
@Stability(value=Experimental) public TransformInput.Builder transformDataSource(TransformDataSource transformDataSource)
transformDataSource - S3 location of the channel data. This parameter is required.this@Stability(value=Experimental) public TransformInput.Builder compressionType(CompressionType compressionType)
compressionType - The compression type of the transform data.this@Stability(value=Experimental) public TransformInput.Builder contentType(String contentType)
contentType - Multipurpose internet mail extension (MIME) type of the data.this@Stability(value=Experimental) public TransformInput.Builder splitType(SplitType splitType)
splitType - Method to use to split the transform job's data files into smaller batches.this@Stability(value=Experimental) public TransformInput build()
TransformInputNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.