Interface ListSourceRepositoryBranchesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<ListSourceRepositoryBranchesRequest.Builder,ListSourceRepositoryBranchesRequest>,SdkBuilder<ListSourceRepositoryBranchesRequest.Builder,ListSourceRepositoryBranchesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSourceRepositoryBranchesRequest
public static interface ListSourceRepositoryBranchesRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListSourceRepositoryBranchesRequest.Builder,ListSourceRepositoryBranchesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourceRepositoryBranchesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to show in a single call to this API.ListSourceRepositoryBranchesRequest.BuildernextToken(String nextToken)A token returned from a call to this API to indicate the next batch of results to return, if any.ListSourceRepositoryBranchesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourceRepositoryBranchesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSourceRepositoryBranchesRequest.BuilderprojectName(String projectName)The name of the project in the space.ListSourceRepositoryBranchesRequest.BuildersourceRepositoryName(String sourceRepositoryName)The name of the source repository.ListSourceRepositoryBranchesRequest.BuilderspaceName(String spaceName)The name of the space.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.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, sdkFields
-
-
-
-
Method Detail
-
spaceName
ListSourceRepositoryBranchesRequest.Builder spaceName(String spaceName)
The name of the space.
- Parameters:
spaceName- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
ListSourceRepositoryBranchesRequest.Builder projectName(String projectName)
The name of the project in the space.
- Parameters:
projectName- The name of the project in the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRepositoryName
ListSourceRepositoryBranchesRequest.Builder sourceRepositoryName(String sourceRepositoryName)
The name of the source repository.
- Parameters:
sourceRepositoryName- The name of the source repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
nextToken- A token returned from a call to this API to indicate the next batch of results to return, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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
NextTokenelement, which you can use to obtain additional results.- Parameters:
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 aNextTokenelement, which you can use to obtain additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSourceRepositoryBranchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSourceRepositoryBranchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-