Class TransformS3DataSource.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.TransformS3DataSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TransformS3DataSource>
- Enclosing interface:
TransformS3DataSource
@Stability(Stable)
public static final class TransformS3DataSource.Builder
extends Object
implements software.amazon.jsii.Builder<TransformS3DataSource>
A builder for
TransformS3DataSource-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3DataType(S3DataType s3DataType) Sets the value ofTransformS3DataSource.getS3DataType()Sets the value ofTransformS3DataSource.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Uri
Sets the value ofTransformS3DataSource.getS3Uri()- Parameters:
s3Uri- Identifies either a key name prefix or a manifest. This parameter is required.- Returns:
this
-
s3DataType
Sets the value ofTransformS3DataSource.getS3DataType()- Parameters:
s3DataType- S3 Data Type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TransformS3DataSource>- Returns:
- a new instance of
TransformS3DataSource - Throws:
NullPointerException- if any required attribute was not provided
-