public static interface ListGitHubAccountTokenNamesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListGitHubAccountTokenNamesRequest.Builder,ListGitHubAccountTokenNamesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGitHubAccountTokenNamesRequest.Builder |
nextToken(String nextToken)
An identifier returned from the previous ListGitHubAccountTokenNames call.
|
copyapply, buildListGitHubAccountTokenNamesRequest.Builder nextToken(String nextToken)
An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.
nextToken - An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return
the next set of names in the list.Copyright © 2017. All rights reserved.