| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
FormatOptions |
FormatOptions.clone() |
FormatOptions |
UpdateDatasetRequest.getFormatOptions() |
FormatOptions |
DescribeDatasetResult.getFormatOptions() |
FormatOptions |
CreateDatasetRequest.getFormatOptions() |
FormatOptions |
Dataset.getFormatOptions()
A set of options that define how DataBrew interprets the data in the dataset.
|
FormatOptions |
FormatOptions.withCsv(CsvOptions csv)
Options that define how CSV input is to be interpreted by DataBrew.
|
FormatOptions |
FormatOptions.withExcel(ExcelOptions excel)
Options that define how Excel input is to be interpreted by DataBrew.
|
FormatOptions |
FormatOptions.withJson(JsonOptions json)
Options that define how JSON input is to be interpreted by DataBrew.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDatasetRequest.setFormatOptions(FormatOptions formatOptions) |
void |
DescribeDatasetResult.setFormatOptions(FormatOptions formatOptions) |
void |
CreateDatasetRequest.setFormatOptions(FormatOptions formatOptions) |
void |
Dataset.setFormatOptions(FormatOptions formatOptions)
A set of options that define how DataBrew interprets the data in the dataset.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withFormatOptions(FormatOptions formatOptions) |
DescribeDatasetResult |
DescribeDatasetResult.withFormatOptions(FormatOptions formatOptions) |
CreateDatasetRequest |
CreateDatasetRequest.withFormatOptions(FormatOptions formatOptions) |
Dataset |
Dataset.withFormatOptions(FormatOptions formatOptions)
A set of options that define how DataBrew interprets the data in the dataset.
|
Copyright © 2023. All rights reserved.