| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
PathOptions |
PathOptions.addParametersEntry(String key,
DatasetParameter value)
Add a single Parameters entry
|
PathOptions |
PathOptions.clearParametersEntries()
Removes all the entries added into Parameters.
|
PathOptions |
PathOptions.clone() |
PathOptions |
Dataset.getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
PathOptions |
UpdateDatasetRequest.getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
PathOptions |
DescribeDatasetResult.getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
PathOptions |
CreateDatasetRequest.getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
PathOptions |
PathOptions.withFilesLimit(FilesLimit filesLimit)
If provided, this structure imposes a limit on a number of files that should be selected.
|
PathOptions |
PathOptions.withLastModifiedDateCondition(FilterExpression lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate
attribute in Amazon S3.
|
PathOptions |
PathOptions.withParameters(Map<String,DatasetParameter> parameters)
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.setPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
void |
UpdateDatasetRequest.setPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
void |
DescribeDatasetResult.setPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
void |
CreateDatasetRequest.setPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
Dataset |
Dataset.withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
DescribeDatasetResult |
DescribeDatasetResult.withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
CreateDatasetRequest |
CreateDatasetRequest.withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
Copyright © 2024. All rights reserved.