Interface ListGitHubAccountTokenNamesResponse.Builder

    • Method Detail

      • tokenNameList

        ListGitHubAccountTokenNamesResponse.Builder tokenNameList​(Collection<String> tokenNameList)

        A list of names of connections to GitHub accounts.

        Parameters:
        tokenNameList - A list of names of connections to GitHub accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tokenNameList

        ListGitHubAccountTokenNamesResponse.Builder tokenNameList​(String... tokenNameList)

        A list of names of connections to GitHub accounts.

        Parameters:
        tokenNameList - A list of names of connections to GitHub accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGitHubAccountTokenNamesResponse.Builder nextToken​(String nextToken)

        If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

        Parameters:
        nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.