| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
MappingEntry |
MappingEntry.clone() |
MappingEntry |
MappingEntry.withSourcePath(String sourcePath)
The source path.
|
MappingEntry |
MappingEntry.withSourceTable(String sourceTable)
The name of the source table.
|
MappingEntry |
MappingEntry.withSourceType(String sourceType)
The source type.
|
MappingEntry |
MappingEntry.withTargetPath(String targetPath)
The target path.
|
MappingEntry |
MappingEntry.withTargetTable(String targetTable)
The target table.
|
MappingEntry |
MappingEntry.withTargetType(String targetType)
The target type.
|
| Modifier and Type | Method and Description |
|---|---|
List<MappingEntry> |
GetMappingResult.getMapping()
A list of mappings to the specified targets.
|
List<MappingEntry> |
GetPlanRequest.getMapping()
The list of mappings from a source table to target tables.
|
| Modifier and Type | Method and Description |
|---|---|
GetMappingResult |
GetMappingResult.withMapping(MappingEntry... mapping)
A list of mappings to the specified targets.
|
GetPlanRequest |
GetPlanRequest.withMapping(MappingEntry... mapping)
The list of mappings from a source table to target tables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMappingResult.setMapping(Collection<MappingEntry> mapping)
A list of mappings to the specified targets.
|
void |
GetPlanRequest.setMapping(Collection<MappingEntry> mapping)
The list of mappings from a source table to target tables.
|
GetMappingResult |
GetMappingResult.withMapping(Collection<MappingEntry> mapping)
A list of mappings to the specified targets.
|
GetPlanRequest |
GetPlanRequest.withMapping(Collection<MappingEntry> mapping)
The list of mappings from a source table to target tables.
|
Copyright © 2024. All rights reserved.