Interface IntermediateTableDependency.Builder

  • Method Details

    • id

      The unique identifier of the dependency table.

      Parameters:
      id - The unique identifier of the dependency table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the dependency table.

      Parameters:
      name - The name of the dependency table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the dependency table.

      Parameters:
      type - The type of the dependency table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the dependency table.

      Parameters:
      type - The type of the dependency table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parentType

      Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.

      Parameters:
      parentType - Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parentType

      Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.

      Parameters:
      parentType - Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creatorAccountId

      IntermediateTableDependency.Builder creatorAccountId(String creatorAccountId)

      The Amazon Web Services account ID of the member who owns the dependency table.

      Parameters:
      creatorAccountId - The Amazon Web Services account ID of the member who owns the dependency table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.