Interface GetDatabasesResponse.Builder

    • Method Detail

      • databaseList

        GetDatabasesResponse.Builder databaseList​(Collection<Database> databaseList)

        A list of Database objects from the specified catalog.

        Parameters:
        databaseList - A list of Database objects from the specified catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseList

        GetDatabasesResponse.Builder databaseList​(Database... databaseList)

        A list of Database objects from the specified catalog.

        Parameters:
        databaseList - A list of Database objects from the specified catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetDatabasesResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - A continuation token for paginating the returned list of tokens, 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.