Interface MappingEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MappingEntry.Builder,MappingEntry>,SdkBuilder<MappingEntry.Builder,MappingEntry>,SdkPojo
- Enclosing class:
- MappingEntry
public static interface MappingEntry.Builder extends SdkPojo, CopyableBuilder<MappingEntry.Builder,MappingEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappingEntry.BuildersourcePath(String sourcePath)The source path.MappingEntry.BuildersourceTable(String sourceTable)The name of the source table.MappingEntry.BuildersourceType(String sourceType)The source type.MappingEntry.BuildertargetPath(String targetPath)The target path.MappingEntry.BuildertargetTable(String targetTable)The target table.MappingEntry.BuildertargetType(String targetType)The target type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceTable
MappingEntry.Builder sourceTable(String sourceTable)
The name of the source table.
- Parameters:
sourceTable- The name of the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePath
MappingEntry.Builder sourcePath(String sourcePath)
The source path.
- Parameters:
sourcePath- The source path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
MappingEntry.Builder sourceType(String sourceType)
The source type.
- Parameters:
sourceType- The source type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTable
MappingEntry.Builder targetTable(String targetTable)
The target table.
- Parameters:
targetTable- The target table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetPath
MappingEntry.Builder targetPath(String targetPath)
The target path.
- Parameters:
targetPath- The target path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetType
MappingEntry.Builder targetType(String targetType)
The target type.
- Parameters:
targetType- The target type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-