public static interface ListSourceRepositoryBranchesRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListSourceRepositoryBranchesRequest.Builder,ListSourceRepositoryBranchesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSourceRepositoryBranchesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API.
|
ListSourceRepositoryBranchesRequest.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
ListSourceRepositoryBranchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSourceRepositoryBranchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSourceRepositoryBranchesRequest.Builder |
projectName(String projectName)
The name of the project in the space.
|
ListSourceRepositoryBranchesRequest.Builder |
sourceRepositoryName(String sourceRepositoryName)
The name of the source repository.
|
ListSourceRepositoryBranchesRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSourceRepositoryBranchesRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.ListSourceRepositoryBranchesRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.ListSourceRepositoryBranchesRequest.Builder sourceRepositoryName(String sourceRepositoryName)
The name of the source repository.
sourceRepositoryName - The name of the source repository.ListSourceRepositoryBranchesRequest.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.ListSourceRepositoryBranchesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API. If the number of results is larger than
the number you specified, the response will include a NextToken element, which you can use to
obtain additional results.
maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger
than the number you specified, the response will include a NextToken element, which you
can use to obtain additional results.ListSourceRepositoryBranchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSourceRepositoryBranchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.