@Stability(value=Experimental) public static final class TransformInput.Builder extends Object implements software.amazon.jsii.Builder<TransformInput>
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
TransformInput.getCompressionType() |
TransformInput.Builder |
contentType(String contentType)
Sets the value of
TransformInput.getContentType() |
TransformInput.Builder |
splitType(SplitType splitType)
Sets the value of
TransformInput.getSplitType() |
TransformInput.Builder |
transformDataSource(TransformDataSource transformDataSource)
Sets the value of
TransformInput.getTransformDataSource() |
@Stability(value=Experimental) public TransformInput.Builder transformDataSource(TransformDataSource transformDataSource)
TransformInput.getTransformDataSource()transformDataSource - S3 location of the channel data. This parameter is required.this@Stability(value=Experimental) public TransformInput.Builder compressionType(CompressionType compressionType)
TransformInput.getCompressionType()compressionType - The compression type of the transform data.this@Stability(value=Experimental) public TransformInput.Builder contentType(String contentType)
TransformInput.getContentType()contentType - Multipurpose internet mail extension (MIME) type of the data.this@Stability(value=Experimental) public TransformInput.Builder splitType(SplitType splitType)
TransformInput.getSplitType()splitType - Method to use to split the transform job's data files into smaller batches.this@Stability(value=Experimental) public TransformInput build()
build in interface software.amazon.jsii.Builder<TransformInput>TransformInputNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.