@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() |
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.
|
CreateStreamProcessorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 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 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 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 String roleArn()
ARN of the IAM role that allows access to the stream processor.
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.