Interface ListAccessTokensResponse.Builder

    • Method Detail

      • items

        ListAccessTokensResponse.Builder items​(Collection<AccessTokenSummary> items)

        A list of personal access tokens (PATs) associated with the calling user identity.

        Parameters:
        items - A list of personal access tokens (PATs) associated with the calling user identity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListAccessTokensResponse.Builder items​(AccessTokenSummary... items)

        A list of personal access tokens (PATs) associated with the calling user identity.

        Parameters:
        items - A list of personal access tokens (PATs) associated with the calling user identity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccessTokensResponse.Builder nextToken​(String nextToken)

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Parameters:
        nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.