Interface ListSourceRepositoriesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeCatalystRequest.Builder
,CopyableBuilder<ListSourceRepositoriesRequest.Builder,
,ListSourceRepositoriesRequest> SdkBuilder<ListSourceRepositoriesRequest.Builder,
,ListSourceRepositoriesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSourceRepositoriesRequest
@Mutable
@NotThreadSafe
public static interface ListSourceRepositoriesRequest.Builder
extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListSourceRepositoriesRequest.Builder,ListSourceRepositoriesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to show in a single call to this API.A token returned from a call to this API to indicate the next batch of results to return, if any.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectName
(String projectName) The name of the project in the space.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
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
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.- 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 aNextToken
element, which you can use to obtain additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSourceRepositoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSourceRepositoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-