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)
A list of source locations.
|
ListSourceLocationsResponse.Builder |
items(Consumer<SourceLocation.Builder>... items)
A list of source locations.
|
ListSourceLocationsResponse.Builder |
items(SourceLocation... items)
A list of source locations.
|
ListSourceLocationsResponse.Builder |
nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSourceLocationsResponse.Builder items(Collection<SourceLocation> items)
A list of source locations.
items - A list of source locations.ListSourceLocationsResponse.Builder items(SourceLocation... items)
A list of source locations.
items - A list of source locations.ListSourceLocationsResponse.Builder items(Consumer<SourceLocation.Builder>... items)
A list of source locations.
This is a convenience method that creates an instance of theSourceLocation.Builder avoiding the need to create
one manually via SourceLocation.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
SourceLocation.Builder#items(java.util.Collection) ListSourceLocationsResponse.Builder nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.Copyright © 2022. All rights reserved.