Class CfnDatasetPropsMixin.InputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnDatasetPropsMixin.InputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.InputProperty>
- Enclosing interface:
CfnDatasetPropsMixin.InputProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.InputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.InputProperty>
A builder for
CfnDatasetPropsMixin.InputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.databaseInputDefinition(CfnDatasetPropsMixin.DatabaseInputDefinitionProperty databaseInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDatabaseInputDefinition()databaseInputDefinition(IResolvable databaseInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDatabaseInputDefinition()dataCatalogInputDefinition(CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty dataCatalogInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDataCatalogInputDefinition()dataCatalogInputDefinition(IResolvable dataCatalogInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDataCatalogInputDefinition()Sets the value ofCfnDatasetPropsMixin.InputProperty.getMetadata()metadata(IResolvable metadata) Sets the value ofCfnDatasetPropsMixin.InputProperty.getMetadata()s3InputDefinition(CfnDatasetPropsMixin.S3LocationProperty s3InputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getS3InputDefinition()s3InputDefinition(IResolvable s3InputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getS3InputDefinition()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
databaseInputDefinition
@Stability(Stable) public CfnDatasetPropsMixin.InputProperty.Builder databaseInputDefinition(IResolvable databaseInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDatabaseInputDefinition()- Parameters:
databaseInputDefinition- Connection information for dataset input files stored in a database.- Returns:
this
-
databaseInputDefinition
@Stability(Stable) public CfnDatasetPropsMixin.InputProperty.Builder databaseInputDefinition(CfnDatasetPropsMixin.DatabaseInputDefinitionProperty databaseInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDatabaseInputDefinition()- Parameters:
databaseInputDefinition- Connection information for dataset input files stored in a database.- Returns:
this
-
dataCatalogInputDefinition
@Stability(Stable) public CfnDatasetPropsMixin.InputProperty.Builder dataCatalogInputDefinition(IResolvable dataCatalogInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDataCatalogInputDefinition()- Parameters:
dataCatalogInputDefinition- The AWS Glue Data Catalog parameters for the data.- Returns:
this
-
dataCatalogInputDefinition
@Stability(Stable) public CfnDatasetPropsMixin.InputProperty.Builder dataCatalogInputDefinition(CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty dataCatalogInputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getDataCatalogInputDefinition()- Parameters:
dataCatalogInputDefinition- The AWS Glue Data Catalog parameters for the data.- Returns:
this
-
metadata
Sets the value ofCfnDatasetPropsMixin.InputProperty.getMetadata()- Parameters:
metadata- Contains additional resource information needed for specific datasets.- Returns:
this
-
metadata
@Stability(Stable) public CfnDatasetPropsMixin.InputProperty.Builder metadata(CfnDatasetPropsMixin.MetadataProperty metadata) Sets the value ofCfnDatasetPropsMixin.InputProperty.getMetadata()- Parameters:
metadata- Contains additional resource information needed for specific datasets.- Returns:
this
-
s3InputDefinition
@Stability(Stable) public CfnDatasetPropsMixin.InputProperty.Builder s3InputDefinition(IResolvable s3InputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getS3InputDefinition()- Parameters:
s3InputDefinition- The Amazon S3 location where the data is stored.- Returns:
this
-
s3InputDefinition
@Stability(Stable) public CfnDatasetPropsMixin.InputProperty.Builder s3InputDefinition(CfnDatasetPropsMixin.S3LocationProperty s3InputDefinition) Sets the value ofCfnDatasetPropsMixin.InputProperty.getS3InputDefinition()- Parameters:
s3InputDefinition- The Amazon S3 location where the data is stored.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.InputProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.InputProperty - Throws:
NullPointerException- if any required attribute was not provided
-