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