Interface UpdateSchemaMappingResponse.Builder

  • Method Details

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

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

      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

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

      This is a convenience method that creates an instance of the SchemaInputAttribute.Builder avoiding the need to create one manually via SchemaInputAttribute.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to mappedInputFields(List<SchemaInputAttribute>).

      Parameters:
      mappedInputFields - a consumer that will call methods on SchemaInputAttribute.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: