public static interface ListGitHubAccountTokenNamesResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGitHubAccountTokenNamesResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
ListGitHubAccountTokenNamesResponse.Builder |
tokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
|
ListGitHubAccountTokenNamesResponse.Builder |
tokenNameList(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. All rights reserved.