Interface ListGitHubAccountTokenNamesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeDeployResponse.Builder, CopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>, SdkBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListGitHubAccountTokenNamesResponse

  • Method Details

    • 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

      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.