Interface AthenaTableReference.Builder

    • Method Detail

      • workGroup

        AthenaTableReference.Builder workGroup​(String workGroup)

        The workgroup of the Athena table reference.

        Parameters:
        workGroup - The workgroup of the Athena table reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputLocation

        AthenaTableReference.Builder outputLocation​(String outputLocation)

        The output location for the Athena table.

        Parameters:
        outputLocation - The output location for the Athena table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        AthenaTableReference.Builder databaseName​(String databaseName)

        The database name.

        Parameters:
        databaseName - The database name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        AthenaTableReference.Builder tableName​(String tableName)

        The table reference.

        Parameters:
        tableName - The table reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.