CopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>, SdkBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>public static interface ListGitHubAccountTokenNamesResponse.Builder extends CopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListGitHubAccountTokenNamesResponse.Builder |
nextToken(String nextToken) |
If a large amount of information is returned, an identifier is also returned.
|
ListGitHubAccountTokenNamesResponse.Builder |
tokenNameList(String... tokenNameList) |
A list of names of connections to GitHub accounts.
|
ListGitHubAccountTokenNamesResponse.Builder |
tokenNameList(Collection<String> tokenNameList) |
A list of names of connections to GitHub accounts.
|
copyapply, buildListGitHubAccountTokenNamesResponse.Builder tokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
tokenNameList - A list of names of connections to GitHub accounts.ListGitHubAccountTokenNamesResponse.Builder tokenNameList(String... tokenNameList)
A list of names of connections to GitHub accounts.
NOTE: This method appends the values to the existing list (if any). Use
#setTokenNameList(java.util.Collection) or #withTokenNameList(java.util.Collection) if you
want to override the existing values.
tokenNameList - A list of names of connections to GitHub accounts.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.