| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Dataset |
Dataset.clearTagsEntries()
Removes all the entries added into Tags.
|
Dataset |
Dataset.clone() |
Dataset |
Dataset.withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the dataset.
|
Dataset |
Dataset.withCreateDate(Date createDate)
The date and time that the dataset was created.
|
Dataset |
Dataset.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the dataset.
|
Dataset |
Dataset.withFormat(InputFormat format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
Dataset |
Dataset.withFormat(String format)
The file format of a dataset that is created from an Amazon S3 file or folder.
|
Dataset |
Dataset.withFormatOptions(FormatOptions formatOptions)
A set of options that define how DataBrew interprets the data in the dataset.
|
Dataset |
Dataset.withInput(Input input)
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
|
Dataset |
Dataset.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the dataset.
|
Dataset |
Dataset.withLastModifiedDate(Date lastModifiedDate)
The last modification date and time of the dataset.
|
Dataset |
Dataset.withName(String name)
The unique name of the dataset.
|
Dataset |
Dataset.withPathOptions(PathOptions pathOptions)
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
Dataset |
Dataset.withResourceArn(String resourceArn)
The unique Amazon Resource Name (ARN) for the dataset.
|
Dataset |
Dataset.withSource(Source source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
|
Dataset |
Dataset.withSource(String source)
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
|
Dataset |
Dataset.withTags(Map<String,String> tags)
Metadata tags that have been applied to the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
ListDatasetsResult.getDatasets()
A list of datasets that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetsResult |
ListDatasetsResult.withDatasets(Dataset... datasets)
A list of datasets that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetsResult.setDatasets(Collection<Dataset> datasets)
A list of datasets that are defined.
|
ListDatasetsResult |
ListDatasetsResult.withDatasets(Collection<Dataset> datasets)
A list of datasets that are defined.
|
Copyright © 2024. All rights reserved.