Interface TimestreamDestination.Builder

    • Method Detail

      • databaseName

        TimestreamDestination.Builder databaseName​(String databaseName)

        Timestream database name.

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

        TimestreamDestination.Builder tableName​(String tableName)

        Timestream table name.

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