Interface ListGitHubAccountTokenNamesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>,SdkBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListGitHubAccountTokenNamesResponse
public static interface ListGitHubAccountTokenNamesResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListGitHubAccountTokenNamesResponse.Builder,ListGitHubAccountTokenNamesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGitHubAccountTokenNamesResponse.BuildernextToken(String nextToken)If a large amount of information is returned, an identifier is also returned.ListGitHubAccountTokenNamesResponse.BuildertokenNameList(String... tokenNameList)A list of names of connections to GitHub accounts.ListGitHubAccountTokenNamesResponse.BuildertokenNameList(Collection<String> tokenNameList)A list of names of connections to GitHub accounts.-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tokenNameList
ListGitHubAccountTokenNamesResponse.Builder tokenNameList(Collection<String> tokenNameList)
A list of names of connections to GitHub accounts.
- Parameters:
tokenNameList- A list of names of connections to GitHub accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenNameList
ListGitHubAccountTokenNamesResponse.Builder tokenNameList(String... tokenNameList)
A list of names of connections to GitHub accounts.
- Parameters:
tokenNameList- A list of names of connections to GitHub accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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
ListGitHubAccountTokenNamescall to return the next set of names in the list.- Parameters:
nextToken- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequentListGitHubAccountTokenNamescall 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.
-
-