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