public static interface ListSourceLocationsResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListSourceLocationsResponse.Builder,ListSourceLocationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSourceLocationsResponse.Builder |
items(Collection<SourceLocation> items)
An array of source locations.
|
ListSourceLocationsResponse.Builder |
items(Consumer<SourceLocation.Builder>... items)
An array of source locations.
|
ListSourceLocationsResponse.Builder |
items(SourceLocation... items)
An array of source locations.
|
ListSourceLocationsResponse.Builder |
nextToken(String nextToken)
Pagination token from the list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSourceLocationsResponse.Builder items(Collection<SourceLocation> items)
An array of source locations.
items - An array of source locations.ListSourceLocationsResponse.Builder items(SourceLocation... items)
An array of source locations.
items - An array of source locations.ListSourceLocationsResponse.Builder items(Consumer<SourceLocation.Builder>... items)
An array of source locations.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) ListSourceLocationsResponse.Builder nextToken(String nextToken)
Pagination token from the list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the list request. Use the token to fetch the next page of results.Copyright © 2021. All rights reserved.