Class CfnRecipe.InputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.databrew.CfnRecipe.InputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecipe.InputProperty>
- Enclosing interface:
CfnRecipe.InputProperty
@Stability(Stable)
public static final class CfnRecipe.InputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecipe.InputProperty>
A builder for
CfnRecipe.InputProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataCatalogInputDefinition
(IResolvable dataCatalogInputDefinition) Sets the value ofCfnRecipe.InputProperty.getDataCatalogInputDefinition()
dataCatalogInputDefinition
(CfnRecipe.DataCatalogInputDefinitionProperty dataCatalogInputDefinition) Sets the value ofCfnRecipe.InputProperty.getDataCatalogInputDefinition()
s3InputDefinition
(IResolvable s3InputDefinition) Sets the value ofCfnRecipe.InputProperty.getS3InputDefinition()
s3InputDefinition
(CfnRecipe.S3LocationProperty s3InputDefinition) Sets the value ofCfnRecipe.InputProperty.getS3InputDefinition()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataCatalogInputDefinition
@Stability(Stable) public CfnRecipe.InputProperty.Builder dataCatalogInputDefinition(IResolvable dataCatalogInputDefinition) Sets the value ofCfnRecipe.InputProperty.getDataCatalogInputDefinition()
- Parameters:
dataCatalogInputDefinition
-CfnRecipe.InputProperty.DataCatalogInputDefinition
.- Returns:
this
-
dataCatalogInputDefinition
@Stability(Stable) public CfnRecipe.InputProperty.Builder dataCatalogInputDefinition(CfnRecipe.DataCatalogInputDefinitionProperty dataCatalogInputDefinition) Sets the value ofCfnRecipe.InputProperty.getDataCatalogInputDefinition()
- Parameters:
dataCatalogInputDefinition
-CfnRecipe.InputProperty.DataCatalogInputDefinition
.- Returns:
this
-
s3InputDefinition
@Stability(Stable) public CfnRecipe.InputProperty.Builder s3InputDefinition(IResolvable s3InputDefinition) Sets the value ofCfnRecipe.InputProperty.getS3InputDefinition()
- Parameters:
s3InputDefinition
-CfnRecipe.InputProperty.S3InputDefinition
.- Returns:
this
-
s3InputDefinition
@Stability(Stable) public CfnRecipe.InputProperty.Builder s3InputDefinition(CfnRecipe.S3LocationProperty s3InputDefinition) Sets the value ofCfnRecipe.InputProperty.getS3InputDefinition()
- Parameters:
s3InputDefinition
-CfnRecipe.InputProperty.S3InputDefinition
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRecipe.InputProperty>
- Returns:
- a new instance of
CfnRecipe.InputProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-