public static interface ListStreamProcessorsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListStreamProcessorsResponse.Builder,ListStreamProcessorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStreamProcessorsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of stream processors.
|
ListStreamProcessorsResponse.Builder |
streamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
ListStreamProcessorsResponse.Builder |
streamProcessors(Consumer<StreamProcessor.Builder>... streamProcessors)
List of stream processors that you have created.
|
ListStreamProcessorsResponse.Builder |
streamProcessors(StreamProcessor... streamProcessors)
List of stream processors that you have created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamProcessorsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
nextToken - If the response is truncated, Amazon Rekognition Video returns this token that you can use in the
subsequent request to retrieve the next set of stream processors.ListStreamProcessorsResponse.Builder streamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
streamProcessors - List of stream processors that you have created.ListStreamProcessorsResponse.Builder streamProcessors(StreamProcessor... streamProcessors)
List of stream processors that you have created.
streamProcessors - List of stream processors that you have created.ListStreamProcessorsResponse.Builder streamProcessors(Consumer<StreamProcessor.Builder>... streamProcessors)
List of stream processors that you have created.
This is a convenience method that creates an instance of theStreamProcessor.Builder avoiding the need to create
one manually via StreamProcessor.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #streamProcessors(List.
streamProcessors - a consumer that will call methods on
StreamProcessor.Builder#streamProcessors(java.util.Collection) Copyright © 2023. All rights reserved.