Interface ListTableOptimizerRunsResponse.Builder

    • Method Detail

      • catalogId

        ListTableOptimizerRunsResponse.Builder catalogId​(String catalogId)

        The Catalog ID of the table.

        Parameters:
        catalogId - The Catalog ID of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        ListTableOptimizerRunsResponse.Builder databaseName​(String databaseName)

        The name of the database in the catalog in which the table resides.

        Parameters:
        databaseName - The name of the database in the catalog in which the table resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        ListTableOptimizerRunsResponse.Builder tableName​(String tableName)

        The name of the table.

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

        ListTableOptimizerRunsResponse.Builder nextToken​(String nextToken)

        A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.

        Parameters:
        nextToken - A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableOptimizerRuns

        ListTableOptimizerRunsResponse.Builder tableOptimizerRuns​(Collection<TableOptimizerRun> tableOptimizerRuns)

        A list of the optimizer runs associated with a table.

        Parameters:
        tableOptimizerRuns - A list of the optimizer runs associated with a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableOptimizerRuns

        ListTableOptimizerRunsResponse.Builder tableOptimizerRuns​(TableOptimizerRun... tableOptimizerRuns)

        A list of the optimizer runs associated with a table.

        Parameters:
        tableOptimizerRuns - A list of the optimizer runs associated with a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.