public static interface ListGitHubAccountTokenNamesResponse.Builder extends CodeDeployResponse.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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
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.