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 Details

    • 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.