public static interface ListFragmentsResponse.Builder extends KinesisVideoArchivedMediaResponse.Builder, SdkPojo, CopyableBuilder<ListFragmentsResponse.Builder,ListFragmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFragmentsResponse.Builder |
fragments(Collection<Fragment> fragments)
A list of archived Fragment objects from the stream that meet the selector criteria.
|
ListFragmentsResponse.Builder |
fragments(Consumer<Fragment.Builder>... fragments)
A list of archived Fragment objects from the stream that meet the selector criteria.
|
ListFragmentsResponse.Builder |
fragments(Fragment... fragments)
A list of archived Fragment objects from the stream that meet the selector criteria.
|
ListFragmentsResponse.Builder |
nextToken(String nextToken)
If the returned list is truncated, the operation returns this token to use to retrieve the next page of
results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFragmentsResponse.Builder fragments(Collection<Fragment> fragments)
A list of archived Fragment objects from the stream that meet the selector criteria. Results are in no specific order, even across pages.
fragments - A list of archived Fragment objects from the stream that meet the selector criteria. Results
are in no specific order, even across pages.ListFragmentsResponse.Builder fragments(Fragment... fragments)
A list of archived Fragment objects from the stream that meet the selector criteria. Results are in no specific order, even across pages.
fragments - A list of archived Fragment objects from the stream that meet the selector criteria. Results
are in no specific order, even across pages.ListFragmentsResponse.Builder fragments(Consumer<Fragment.Builder>... fragments)
A list of archived Fragment objects from the stream that meet the selector criteria. Results are in no specific order, even across pages.
This is a convenience method that creates an instance of theFragment.Builder avoiding the need to
create one manually via
Fragment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #fragments(List.
fragments - a consumer that will call methods on
Fragment.Builder#fragments(java.util.Collection) ListFragmentsResponse.Builder nextToken(String nextToken)
If the returned list is truncated, the operation returns this token to use to retrieve the next page of
results. This value is null when there are no more results to return.
nextToken - If the returned list is truncated, the operation returns this token to use to retrieve the next page
of results. This value is null when there are no more results to return.Copyright © 2023. All rights reserved.