public static final class CfnRecipe.SecondaryInputProperty.Builder
extends java.lang.Object
CfnRecipe.SecondaryInputProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRecipe.SecondaryInputProperty |
build()
Builds the configured instance.
|
CfnRecipe.SecondaryInputProperty.Builder |
dataCatalogInputDefinition(CfnRecipe.DataCatalogInputDefinitionProperty dataCatalogInputDefinition)
Sets the value of
CfnRecipe.SecondaryInputProperty.getDataCatalogInputDefinition() |
CfnRecipe.SecondaryInputProperty.Builder |
dataCatalogInputDefinition(IResolvable dataCatalogInputDefinition)
Sets the value of
CfnRecipe.SecondaryInputProperty.getDataCatalogInputDefinition() |
CfnRecipe.SecondaryInputProperty.Builder |
s3InputDefinition(CfnRecipe.S3LocationProperty s3InputDefinition)
Sets the value of
CfnRecipe.SecondaryInputProperty.getS3InputDefinition() |
CfnRecipe.SecondaryInputProperty.Builder |
s3InputDefinition(IResolvable s3InputDefinition)
Sets the value of
CfnRecipe.SecondaryInputProperty.getS3InputDefinition() |
public CfnRecipe.SecondaryInputProperty.Builder dataCatalogInputDefinition(IResolvable dataCatalogInputDefinition)
CfnRecipe.SecondaryInputProperty.getDataCatalogInputDefinition()
dataCatalogInputDefinition
- The AWS Glue Data Catalog parameters for the data.this
public CfnRecipe.SecondaryInputProperty.Builder dataCatalogInputDefinition(CfnRecipe.DataCatalogInputDefinitionProperty dataCatalogInputDefinition)
CfnRecipe.SecondaryInputProperty.getDataCatalogInputDefinition()
dataCatalogInputDefinition
- The AWS Glue Data Catalog parameters for the data.this
public CfnRecipe.SecondaryInputProperty.Builder s3InputDefinition(IResolvable s3InputDefinition)
CfnRecipe.SecondaryInputProperty.getS3InputDefinition()
s3InputDefinition
- The Amazon S3 location where the data is stored.this
public CfnRecipe.SecondaryInputProperty.Builder s3InputDefinition(CfnRecipe.S3LocationProperty s3InputDefinition)
CfnRecipe.SecondaryInputProperty.getS3InputDefinition()
s3InputDefinition
- The Amazon S3 location where the data is stored.this
public CfnRecipe.SecondaryInputProperty build()
CfnRecipe.SecondaryInputProperty
java.lang.NullPointerException
- if any required attribute was not provided