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)
Add an optional request override configuration.
|
ListStreamProcessorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
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. 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListStreamProcessorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.