| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetParameter |
DatasetParameter.clone() |
DatasetParameter |
DatasetParameter.withCreateColumn(Boolean createColumn)
Optional boolean value that defines whether the captured value of this parameter should be used to create a new
column in a dataset.
|
DatasetParameter |
DatasetParameter.withDatetimeOptions(DatetimeOptions datetimeOptions)
Additional parameter options such as a format and a timezone.
|
DatasetParameter |
DatasetParameter.withFilter(FilterExpression filter)
The optional filter expression structure to apply additional matching criteria to the parameter.
|
DatasetParameter |
DatasetParameter.withName(String name)
The name of the parameter that is used in the dataset's Amazon S3 path.
|
DatasetParameter |
DatasetParameter.withType(ParameterType type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
DatasetParameter |
DatasetParameter.withType(String type)
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DatasetParameter> |
PathOptions.getParameters()
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 |
|---|---|
PathOptions |
PathOptions.addParametersEntry(String key,
DatasetParameter value)
Add a single Parameters entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathOptions.setParameters(Map<String,DatasetParameter> parameters)
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
|
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.
|
Copyright © 2024. All rights reserved.