Uses of Interface
software.amazon.awssdk.services.databrew.model.PathOptions.Builder
-
Packages that use PathOptions.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of PathOptions.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return PathOptions.Builder Modifier and Type Method Description static PathOptions.BuilderPathOptions. builder()default PathOptions.BuilderPathOptions.Builder. filesLimit(Consumer<FilesLimit.Builder> filesLimit)If provided, this structure imposes a limit on a number of files that should be selected.PathOptions.BuilderPathOptions.Builder. filesLimit(FilesLimit filesLimit)If provided, this structure imposes a limit on a number of files that should be selected.default PathOptions.BuilderPathOptions.Builder. lastModifiedDateCondition(Consumer<FilterExpression.Builder> lastModifiedDateCondition)If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.PathOptions.BuilderPathOptions.Builder. lastModifiedDateCondition(FilterExpression lastModifiedDateCondition)If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.PathOptions.BuilderPathOptions.Builder. parameters(Map<String,DatasetParameter> parameters)A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.PathOptions.BuilderPathOptions. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type PathOptions.Builder Modifier and Type Method Description static Class<? extends PathOptions.Builder>PathOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type PathOptions.Builder Modifier and Type Method Description default CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. pathOptions(Consumer<PathOptions.Builder> pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.default Dataset.BuilderDataset.Builder. pathOptions(Consumer<PathOptions.Builder> pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.default DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. pathOptions(Consumer<PathOptions.Builder> pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.default UpdateDatasetRequest.BuilderUpdateDatasetRequest.Builder. pathOptions(Consumer<PathOptions.Builder> pathOptions)A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
-