Uses of Interface
software.amazon.awscdk.services.databrew.CfnDataset.PathOptionsProperty
-
Uses of CfnDataset.PathOptionsProperty in software.amazon.awscdk.services.databrew
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnDataset.PathOptionsProperty
Modifier and TypeMethodDescriptionCfnDataset.PathOptionsProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnDataset.Builder.pathOptions
(CfnDataset.PathOptionsProperty pathOptions) A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.CfnDatasetProps.Builder.pathOptions
(CfnDataset.PathOptionsProperty pathOptions) Sets the value ofCfnDatasetProps.getPathOptions()
void
CfnDataset.setPathOptions
(CfnDataset.PathOptionsProperty value) A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.