| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
SourceDataColumnProperties |
SourceDataColumnProperties.clone() |
SourceDataColumnProperties |
SourceDataColumnProperties.withColumnIndex(Integer columnIndex)
The index of the column in the input file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SourceDataColumnProperties> |
DestinationOptions.getColumnMap()
A map of the column id to the import properties for each column.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationOptions |
DestinationOptions.addColumnMapEntry(String key,
SourceDataColumnProperties value)
Add a single ColumnMap entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationOptions.setColumnMap(Map<String,SourceDataColumnProperties> columnMap)
A map of the column id to the import properties for each column.
|
DestinationOptions |
DestinationOptions.withColumnMap(Map<String,SourceDataColumnProperties> columnMap)
A map of the column id to the import properties for each column.
|
Copyright © 2022. All rights reserved.