public static interface ListStreamProcessorsRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<ListStreamProcessorsRequest.Builder,ListStreamProcessorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStreamProcessorsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
|
ListStreamProcessorsRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response.
|
ListStreamProcessorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamProcessorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamProcessorsRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
nextToken - If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response. You can use this pagination token to
retrieve the next set of stream processors.ListStreamProcessorsRequest.Builder maxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
maxResults - Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The
default is 1000.ListStreamProcessorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStreamProcessorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.