@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfigurationcopypublic 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 . Name is idempotent.
Name to manage the stream
processor. For example, you can get the current status of the stream processor by calling .
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateStreamProcessorRequest.Builder,CreateStreamProcessorRequest>toBuilder in class RekognitionRequestpublic static CreateStreamProcessorRequest.Builder builder()
public static Class<? extends CreateStreamProcessorRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.