Class TransformDataSource.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.TransformDataSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TransformDataSource>
- Enclosing interface:
TransformDataSource
@Stability(Stable)
public static final class TransformDataSource.Builder
extends Object
implements software.amazon.jsii.Builder<TransformDataSource>
A builder for
TransformDataSource-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3DataSource(TransformS3DataSource s3DataSource) Sets the value ofTransformDataSource.getS3DataSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3DataSource
@Stability(Stable) public TransformDataSource.Builder s3DataSource(TransformS3DataSource s3DataSource) Sets the value ofTransformDataSource.getS3DataSource()- Parameters:
s3DataSource- S3 location of the input data. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TransformDataSource>- Returns:
- a new instance of
TransformDataSource - Throws:
NullPointerException- if any required attribute was not provided
-