@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 |
withCompressionType(CompressionType value)
Sets the value of CompressionType
|
TransformInput.Builder |
withContentType(String value)
Sets the value of ContentType
|
TransformInput.Builder |
withSplitType(SplitType value)
Sets the value of SplitType
|
TransformInput.Builder |
withTransformDataSource(TransformDataSource value)
Sets the value of TransformDataSource
|
@Stability(value=Experimental) public TransformInput.Builder withTransformDataSource(TransformDataSource value)
value - S3 location of the channel data.this@Stability(value=Experimental) public TransformInput.Builder withCompressionType(@Nullable CompressionType value)
value - The compression type of the transform data.this@Stability(value=Experimental) public TransformInput.Builder withContentType(@Nullable String value)
value - Multipurpose internet mail extension (MIME) type of the data.this@Stability(value=Experimental) public TransformInput.Builder withSplitType(@Nullable SplitType value)
value - 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.