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 Summary
Modifier 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.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
items
ListSourceRepositoryBranchesResponse.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.
-
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.
-
items
ListSourceRepositoryBranchesResponse.Builder items(Consumer<ListSourceRepositoryBranchesItem.Builder>... items) Information about the source branches.
This is a convenience method that creates an instance of theListSourceRepositoryBranchesItem.Builder
avoiding the need to create one manually viaListSourceRepositoryBranchesItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<ListSourceRepositoryBranchesItem>)
.- Parameters:
items
- a consumer that will call methods onListSourceRepositoryBranchesItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-