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> |
GetPlanRequest.getMapping()
The list of mappings from a source table to target tables.
|
List<MappingEntry> |
GetMappingResult.getMapping()
A list of mappings to the specified targets.
|
Modifier and Type | Method and Description |
---|---|
GetPlanRequest |
GetPlanRequest.withMapping(MappingEntry... mapping)
The list of mappings from a source table to target tables.
|
GetMappingResult |
GetMappingResult.withMapping(MappingEntry... mapping)
A list of mappings to the specified targets.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPlanRequest.setMapping(Collection<MappingEntry> mapping)
The list of mappings from a source table to target tables.
|
void |
GetMappingResult.setMapping(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.
|
GetMappingResult |
GetMappingResult.withMapping(Collection<MappingEntry> mapping)
A list of mappings to the specified targets.
|
Copyright © 2019. All rights reserved.