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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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.
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 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 #streamProcessors(List)
.streamProcessors
- a consumer that will call methods on List.Builder
#streamProcessors(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.