Interface ListScopesResponse.Builder

    • Method Detail

      • scopes

        ListScopesResponse.Builder scopes​(Collection<ScopeSummary> scopes)

        The scopes returned by the call.

        Parameters:
        scopes - The scopes returned by the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scopes

        ListScopesResponse.Builder scopes​(ScopeSummary... scopes)

        The scopes returned by the call.

        Parameters:
        scopes - The scopes returned by the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListScopesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.