@Generated(value="software.amazon.awssdk:codegen") public final class CreateStreamProcessorRequest extends RekognitionRequest implements ToCopyableBuilder<CreateStreamProcessorRequest.Builder,CreateStreamProcessorRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateStreamProcessorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateStreamProcessorRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
StreamProcessorInput |
input()
Kinesis video stream stream that provides the source streaming video.
|
String |
name()
An identifier you assign to the stream processor.
|
StreamProcessorOutput |
output()
Kinesis data stream stream to which Amazon Rekognition Video puts the analysis results.
|
String |
roleArn()
ARN of the IAM role that allows access to the stream processor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateStreamProcessorRequest.Builder> |
serializableBuilderClass() |
StreamProcessorSettings |
settings()
Face recognition input parameters to be used by the stream processor.
|
Map<String,String> |
tags()
A set of tags (key-value pairs) that you want to attach to the stream processor.
|
CreateStreamProcessorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StreamProcessorInput input()
Kinesis video stream stream that provides the source streaming video. If you are using the AWS CLI, the parameter
name is StreamProcessorInput.
StreamProcessorInput.public final StreamProcessorOutput output()
Kinesis data stream stream to which Amazon Rekognition Video puts the analysis results. If you are using the AWS
CLI, the parameter name is StreamProcessorOutput.
StreamProcessorOutput.public final String name()
An identifier you assign to the stream processor. You can use Name to manage the stream processor.
For example, you can get the current status of the stream processor by calling DescribeStreamProcessor.
Name is idempotent.
Name to manage the stream
processor. For example, you can get the current status of the stream processor by calling
DescribeStreamProcessor. Name is idempotent.public final StreamProcessorSettings settings()
Face recognition input parameters to be used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
public final String roleArn()
ARN of the IAM role that allows access to the stream processor.
public final boolean hasTags()
public final Map<String,String> tags()
A set of tags (key-value pairs) that you want to attach to the stream processor.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateStreamProcessorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateStreamProcessorRequest.Builder,CreateStreamProcessorRequest>toBuilder in class RekognitionRequestpublic static CreateStreamProcessorRequest.Builder builder()
public static Class<? extends CreateStreamProcessorRequest.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 © 2021. All rights reserved.