Interface GetMatchIdRequest.Builder

  • Method Details

    • workflowName

      GetMatchIdRequest.Builder workflowName(String workflowName)

      The name of the workflow.

      Parameters:
      workflowName - The name of the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • record

      The record to fetch the Match ID for.

      Parameters:
      record - The record to fetch the Match ID for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applyNormalization

      GetMatchIdRequest.Builder applyNormalization(Boolean applyNormalization)

      Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.

      Parameters:
      applyNormalization - Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetMatchIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.