| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnSelector |
ColumnSelector.clone() |
ColumnSelector |
ColumnSelector.withName(String name)
The name of a column from a dataset.
|
ColumnSelector |
ColumnSelector.withRegex(String regex)
A regular expression for selecting a column from a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnSelector> |
Rule.getColumnSelectors()
List of column selectors.
|
List<ColumnSelector> |
ProfileConfiguration.getProfileColumns()
List of column selectors.
|
List<ColumnSelector> |
ColumnStatisticsConfiguration.getSelectors()
List of column selectors.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.withColumnSelectors(ColumnSelector... columnSelectors)
List of column selectors.
|
ProfileConfiguration |
ProfileConfiguration.withProfileColumns(ColumnSelector... profileColumns)
List of column selectors.
|
ColumnStatisticsConfiguration |
ColumnStatisticsConfiguration.withSelectors(ColumnSelector... selectors)
List of column selectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setColumnSelectors(Collection<ColumnSelector> columnSelectors)
List of column selectors.
|
void |
ProfileConfiguration.setProfileColumns(Collection<ColumnSelector> profileColumns)
List of column selectors.
|
void |
ColumnStatisticsConfiguration.setSelectors(Collection<ColumnSelector> selectors)
List of column selectors.
|
Rule |
Rule.withColumnSelectors(Collection<ColumnSelector> columnSelectors)
List of column selectors.
|
ProfileConfiguration |
ProfileConfiguration.withProfileColumns(Collection<ColumnSelector> profileColumns)
List of column selectors.
|
ColumnStatisticsConfiguration |
ColumnStatisticsConfiguration.withSelectors(Collection<ColumnSelector> selectors)
List of column selectors.
|
Copyright © 2022. All rights reserved.