Interface RelationalTable.Builder

    • Method Detail

      • dataSourceArn

        RelationalTable.Builder dataSourceArn​(String dataSourceArn)

        The Amazon Resource Name (ARN) for the data source.

        Parameters:
        dataSourceArn - The Amazon Resource Name (ARN) for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • catalog

        RelationalTable.Builder catalog​(String catalog)

        The catalog associated with a table.

        Parameters:
        catalog - The catalog associated with a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schema

        RelationalTable.Builder schema​(String schema)

        The schema name. This name applies to certain relational database engines.

        Parameters:
        schema - The schema name. This name applies to certain relational database engines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        RelationalTable.Builder name​(String name)

        The name of the relational table.

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

        RelationalTable.Builder inputColumns​(Collection<InputColumn> inputColumns)

        The column schema of the table.

        Parameters:
        inputColumns - The column schema of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputColumns

        RelationalTable.Builder inputColumns​(InputColumn... inputColumns)

        The column schema of the table.

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