Interface ListContextsResponse.Builder

    • Method Detail

      • contextSummaries

        ListContextsResponse.Builder contextSummaries​(Collection<ContextSummary> contextSummaries)

        A list of contexts and their properties.

        Parameters:
        contextSummaries - A list of contexts and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contextSummaries

        ListContextsResponse.Builder contextSummaries​(ContextSummary... contextSummaries)

        A list of contexts and their properties.

        Parameters:
        contextSummaries - A list of contexts and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListContextsResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of contexts, if there are any.

        Parameters:
        nextToken - A token for getting the next set of contexts, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.