| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.clone() |
Input |
Dataset.getInput()
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
|
Input |
UpdateDatasetRequest.getInput() |
Input |
DescribeDatasetResult.getInput() |
Input |
CreateDatasetRequest.getInput() |
Input |
Input.withDatabaseInputDefinition(DatabaseInputDefinition databaseInputDefinition)
Connection information for dataset input files stored in a database.
|
Input |
Input.withDataCatalogInputDefinition(DataCatalogInputDefinition dataCatalogInputDefinition)
The Glue Data Catalog parameters for the data.
|
Input |
Input.withMetadata(Metadata metadata)
Contains additional resource information needed for specific datasets.
|
Input |
Input.withS3InputDefinition(S3Location s3InputDefinition)
The Amazon S3 location where the data is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.setInput(Input input)
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
|
void |
UpdateDatasetRequest.setInput(Input input) |
void |
DescribeDatasetResult.setInput(Input input) |
void |
CreateDatasetRequest.setInput(Input input) |
Dataset |
Dataset.withInput(Input input)
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withInput(Input input) |
DescribeDatasetResult |
DescribeDatasetResult.withInput(Input input) |
CreateDatasetRequest |
CreateDatasetRequest.withInput(Input input) |
Copyright © 2022. All rights reserved.