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