Interface ListEntitiesResponse.Builder

    • Method Detail

      • entitySummaries

        ListEntitiesResponse.Builder entitySummaries​(Collection<EntitySummary> entitySummaries)

        A list of objects that contain information about the entities.

        Parameters:
        entitySummaries - A list of objects that contain information about the entities.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitySummaries

        ListEntitiesResponse.Builder entitySummaries​(EntitySummary... entitySummaries)

        A list of objects that contain information about the entities.

        Parameters:
        entitySummaries - A list of objects that contain information about the entities.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEntitiesResponse.Builder nextToken​(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.