Interface ListSourceRepositoryBranchesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeCatalystResponse.Builder,- CopyableBuilder<ListSourceRepositoryBranchesResponse.Builder,,- ListSourceRepositoryBranchesResponse> - SdkBuilder<ListSourceRepositoryBranchesResponse.Builder,,- ListSourceRepositoryBranchesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListSourceRepositoryBranchesResponse
@Mutable
@NotThreadSafe
public static interface ListSourceRepositoryBranchesResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListSourceRepositoryBranchesResponse.Builder,ListSourceRepositoryBranchesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionInformation about the source branches.Information about the source branches.items(ListSourceRepositoryBranchesItem... items) Information about the source branches.A token returned from a call to this API to indicate the next batch of results to return, if any.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenA 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.
 
- 
itemsListSourceRepositoryBranchesResponse.Builder items(Collection<ListSourceRepositoryBranchesItem> items) Information about the source branches. - Parameters:
- items- Information about the source branches.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsInformation about the source branches. - Parameters:
- items- Information about the source branches.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
itemsListSourceRepositoryBranchesResponse.Builder items(Consumer<ListSourceRepositoryBranchesItem.Builder>... items) Information about the source branches. This is a convenience method that creates an instance of theListSourceRepositoryBranchesItem.Builderavoiding the need to create one manually viaListSourceRepositoryBranchesItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<ListSourceRepositoryBranchesItem>).- Parameters:
- items- a consumer that will call methods on- ListSourceRepositoryBranchesItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-