Interface SearchDatabasesByLfTagsResponse.Builder

    • Method Detail

      • nextToken

        SearchDatabasesByLfTagsResponse.Builder nextToken​(String nextToken)

        A continuation token, present if the current list segment is not the last.

        Parameters:
        nextToken - A continuation token, present if the current list segment is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseList

        SearchDatabasesByLfTagsResponse.Builder databaseList​(Collection<TaggedDatabase> databaseList)

        A list of databases that meet the LF-tag conditions.

        Parameters:
        databaseList - A list of databases that meet the LF-tag conditions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseList

        SearchDatabasesByLfTagsResponse.Builder databaseList​(TaggedDatabase... databaseList)

        A list of databases that meet the LF-tag conditions.

        Parameters:
        databaseList - A list of databases that meet the LF-tag conditions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.