Interface CreateSchemaMappingResponse.Builder

    • Method Detail

      • description

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

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

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

        CreateSchemaMappingResponse.Builder schemaArn​(String schemaArn)

        The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.

        Parameters:
        schemaArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaName

        CreateSchemaMappingResponse.Builder schemaName​(String schemaName)

        The name of the schema.

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