@Generated(value="software.amazon.awssdk:codegen") public final class StartStreamProcessorRequest extends RekognitionRequest implements ToCopyableBuilder<StartStreamProcessorRequest.Builder,StartStreamProcessorRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartStreamProcessorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartStreamProcessorRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the stream processor to start processing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartStreamProcessorRequest.Builder> |
serializableBuilderClass() |
StreamProcessingStartSelector |
startSelector()
Specifies the starting point in the Kinesis stream to start processing.
|
StreamProcessingStopSelector |
stopSelector()
Specifies when to stop processing the stream.
|
StartStreamProcessorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the stream processor to start processing.
public final StreamProcessingStartSelector startSelector()
Specifies the starting point in the Kinesis stream to start processing. You can use the producer timestamp or the fragment number. If you use the producer timestamp, you must put the time in milliseconds. For more information about fragment numbers, see Fragment.
This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
public final StreamProcessingStopSelector stopSelector()
Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.
This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
public StartStreamProcessorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartStreamProcessorRequest.Builder,StartStreamProcessorRequest>toBuilder in class RekognitionRequestpublic static StartStreamProcessorRequest.Builder builder()
public static Class<? extends StartStreamProcessorRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.