public static final class CfnDatasetProps.Builder
extends java.lang.Object
CfnDatasetProps
Constructor and Description |
---|
Builder() |
public CfnDatasetProps.Builder input(CfnDataset.InputProperty input)
CfnDatasetProps.getInput()
input
- Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 . This parameter is required.this
public CfnDatasetProps.Builder input(IResolvable input)
CfnDatasetProps.getInput()
input
- Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 . This parameter is required.this
public CfnDatasetProps.Builder name(java.lang.String name)
CfnDatasetProps.getName()
name
- The unique name of the dataset. This parameter is required.this
public CfnDatasetProps.Builder format(java.lang.String format)
CfnDatasetProps.getFormat()
format
- The file format of a dataset that is created from an Amazon S3 file or folder.this
public CfnDatasetProps.Builder formatOptions(IResolvable formatOptions)
CfnDatasetProps.getFormatOptions()
formatOptions
- A set of options that define how DataBrew interprets the data in the dataset.this
public CfnDatasetProps.Builder formatOptions(CfnDataset.FormatOptionsProperty formatOptions)
CfnDatasetProps.getFormatOptions()
formatOptions
- A set of options that define how DataBrew interprets the data in the dataset.this
public CfnDatasetProps.Builder pathOptions(IResolvable pathOptions)
CfnDatasetProps.getPathOptions()
pathOptions
- A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.this
public CfnDatasetProps.Builder pathOptions(CfnDataset.PathOptionsProperty pathOptions)
CfnDatasetProps.getPathOptions()
pathOptions
- A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.this
public CfnDatasetProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnDatasetProps.getTags()
tags
- Metadata tags that have been applied to the dataset.this
public CfnDatasetProps build()
CfnDatasetProps
java.lang.NullPointerException
- if any required attribute was not provided