public static interface ListGitHubAccountTokenNamesRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<ListGitHubAccountTokenNamesRequest.Builder,ListGitHubAccountTokenNamesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGitHubAccountTokenNamesRequest.Builder |
nextToken(String nextToken)
An identifier returned from the previous ListGitHubAccountTokenNames call.
|
ListGitHubAccountTokenNamesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGitHubAccountTokenNamesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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.ListGitHubAccountTokenNamesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListGitHubAccountTokenNamesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.