Interface CreateSchemaMappingRequest.Builder

    • Method Detail

      • description

        CreateSchemaMappingRequest.Builder description​(String description)

        A description of the schema.

        Parameters:
        description - A description of the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mappedInputFields

        CreateSchemaMappingRequest.Builder mappedInputFields​(Collection<SchemaInputAttribute> mappedInputFields)

        A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.

        Parameters:
        mappedInputFields - A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mappedInputFields

        CreateSchemaMappingRequest.Builder mappedInputFields​(SchemaInputAttribute... mappedInputFields)

        A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.

        Parameters:
        mappedInputFields - A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaName

        CreateSchemaMappingRequest.Builder schemaName​(String schemaName)

        The name of the schema. There can't be multiple SchemaMappings with the same name.

        Parameters:
        schemaName - The name of the schema. There can't be multiple SchemaMappings with the same name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateSchemaMappingRequest.Builder tags​(Map<String,​String> tags)

        The tags used to organize, track, or control access for this resource.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.