Interface ListGitHubAccountTokenNamesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<ListGitHubAccountTokenNamesRequest.Builder,ListGitHubAccountTokenNamesRequest>,SdkBuilder<ListGitHubAccountTokenNamesRequest.Builder,ListGitHubAccountTokenNamesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGitHubAccountTokenNamesRequest
public static interface ListGitHubAccountTokenNamesRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ListGitHubAccountTokenNamesRequest.Builder,ListGitHubAccountTokenNamesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGitHubAccountTokenNamesRequest.BuildernextToken(String nextToken)An identifier returned from the previousListGitHubAccountTokenNamescall.ListGitHubAccountTokenNamesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGitHubAccountTokenNamesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListGitHubAccountTokenNamesRequest.Builder nextToken(String nextToken)
An identifier returned from the previous
ListGitHubAccountTokenNamescall. It can be used to return the next set of names in the list.- Parameters:
nextToken- An identifier returned from the previousListGitHubAccountTokenNamescall. It can be used to return the next set of names in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGitHubAccountTokenNamesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGitHubAccountTokenNamesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-