public static interface MappingEntry.Builder extends CopyableBuilder<MappingEntry.Builder,MappingEntry>
| Modifier and Type | Method and Description |
|---|---|
MappingEntry.Builder |
sourcePath(String sourcePath)
The source path.
|
MappingEntry.Builder |
sourceTable(String sourceTable)
The name of the source table.
|
MappingEntry.Builder |
sourceType(String sourceType)
The source type.
|
MappingEntry.Builder |
targetPath(String targetPath)
The target path.
|
MappingEntry.Builder |
targetTable(String targetTable)
The target table.
|
MappingEntry.Builder |
targetType(String targetType)
The target type.
|
copyapply, buildMappingEntry.Builder sourceTable(String sourceTable)
The name of the source table.
sourceTable - The name of the source table.MappingEntry.Builder sourcePath(String sourcePath)
The source path.
sourcePath - The source path.MappingEntry.Builder sourceType(String sourceType)
The source type.
sourceType - The source type.MappingEntry.Builder targetTable(String targetTable)
The target table.
targetTable - The target table.MappingEntry.Builder targetPath(String targetPath)
The target path.
targetPath - The target path.MappingEntry.Builder targetType(String targetType)
The target type.
targetType - The target type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.