public static interface ListSourceRepositoryBranchesResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListSourceRepositoryBranchesResponse.Builder,ListSourceRepositoryBranchesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSourceRepositoryBranchesResponse.Builder |
items(Collection<ListSourceRepositoryBranchesItem> items)
Information about the source branches.
|
ListSourceRepositoryBranchesResponse.Builder |
items(Consumer<ListSourceRepositoryBranchesItem.Builder>... items)
Information about the source branches.
|
ListSourceRepositoryBranchesResponse.Builder |
items(ListSourceRepositoryBranchesItem... items)
Information about the source branches.
|
ListSourceRepositoryBranchesResponse.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSourceRepositoryBranchesResponse.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.ListSourceRepositoryBranchesResponse.Builder items(Collection<ListSourceRepositoryBranchesItem> items)
Information about the source branches.
items - Information about the source branches.ListSourceRepositoryBranchesResponse.Builder items(ListSourceRepositoryBranchesItem... items)
Information about the source branches.
items - Information about the source branches.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 via
ListSourceRepositoryBranchesItem.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #items(List.
items - a consumer that will call methods on
ListSourceRepositoryBranchesItem.Builder#items(java.util.Collection) Copyright © 2022. All rights reserved.