Interface SchemaMappingSummary.Builder

    • Method Detail

      • createdAt

        SchemaMappingSummary.Builder createdAt​(Instant createdAt)

        The timestamp of when the SchemaMapping was created.

        Parameters:
        createdAt - The timestamp of when the SchemaMapping was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasWorkflows

        SchemaMappingSummary.Builder hasWorkflows​(Boolean hasWorkflows)

        Specifies whether the schema mapping has been applied to a workflow.

        Parameters:
        hasWorkflows - Specifies whether the schema mapping has been applied to a workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaArn

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

        SchemaMappingSummary.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.
      • updatedAt

        SchemaMappingSummary.Builder updatedAt​(Instant updatedAt)

        The timestamp of when the SchemaMapping was last updated.

        Parameters:
        updatedAt - The timestamp of when the SchemaMapping was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.