Interface IdMappingWorkflowInputSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>, SdkBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>, SdkPojo
Enclosing class:
IdMappingWorkflowInputSource

public static interface IdMappingWorkflowInputSource.Builder extends SdkPojo, CopyableBuilder<IdMappingWorkflowInputSource.Builder,IdMappingWorkflowInputSource>
  • Method Details

    • inputSourceARN

      IdMappingWorkflowInputSource.Builder inputSourceARN(String inputSourceARN)

      An Glue table ARN for the input source table.

      Parameters:
      inputSourceARN - An Glue table ARN for the input source table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaName

      The name of the schema to be retrieved.

      Parameters:
      schemaName - The name of the schema to be retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of ID namespace. There are two types: SOURCE and TARGET.

      The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

      The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

      Parameters:
      type - The type of ID namespace. There are two types: SOURCE and TARGET.

      The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

      The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of ID namespace. There are two types: SOURCE and TARGET.

      The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

      The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

      Parameters:
      type - The type of ID namespace. There are two types: SOURCE and TARGET.

      The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

      The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: