@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStreamProcessorResponse extends RekognitionResponse implements ToCopyableBuilder<DescribeStreamProcessorResponse.Builder,DescribeStreamProcessorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStreamProcessorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStreamProcessorResponse.Builder |
builder() |
Instant |
creationTimestamp()
Date and time the stream processor was created
|
StreamProcessorDataSharingPreference |
dataSharingPreference()
Shows whether you are sharing data with Rekognition to improve model performance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRegionsOfInterest()
For responses, this returns true if the service returned a value for the RegionsOfInterest property.
|
StreamProcessorInput |
input()
Kinesis video stream that provides the source streaming video.
|
String |
kmsKeyId()
The identifier for your AWS Key Management Service key (AWS KMS key).
|
Instant |
lastUpdateTimestamp()
The time, in Unix format, the stream processor was last updated.
|
String |
name()
Name of the stream processor.
|
StreamProcessorNotificationChannel |
notificationChannel()
Returns the value of the NotificationChannel property for this object.
|
StreamProcessorOutput |
output()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
List<RegionOfInterest> |
regionsOfInterest()
Specifies locations in the frames where Amazon Rekognition checks for objects or people.
|
String |
roleArn()
ARN of the IAM role that allows access to the stream processor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStreamProcessorResponse.Builder> |
serializableBuilderClass() |
StreamProcessorSettings |
settings()
Input parameters used in a streaming video analyzed by a stream processor.
|
StreamProcessorStatus |
status()
Current status of the stream processor.
|
String |
statusAsString()
Current status of the stream processor.
|
String |
statusMessage()
Detailed status message about the stream processor.
|
String |
streamProcessorArn()
ARN of the stream processor.
|
DescribeStreamProcessorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Name of the stream processor.
public final String streamProcessorArn()
ARN of the stream processor.
public final StreamProcessorStatus status()
Current status of the stream processor.
If the service returns an enum value that is not available in the current SDK version, status will
return StreamProcessorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StreamProcessorStatuspublic final String statusAsString()
Current status of the stream processor.
If the service returns an enum value that is not available in the current SDK version, status will
return StreamProcessorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StreamProcessorStatuspublic final String statusMessage()
Detailed status message about the stream processor.
public final Instant creationTimestamp()
Date and time the stream processor was created
public final Instant lastUpdateTimestamp()
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
public final StreamProcessorInput input()
Kinesis video stream that provides the source streaming video.
public final StreamProcessorOutput output()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
public final String roleArn()
ARN of the IAM role that allows access to the stream processor.
public final StreamProcessorSettings settings()
Input parameters used in a streaming video analyzed by a stream processor. You can use FaceSearch to
recognize faces in a streaming video, or you can use ConnectedHome to detect labels.
FaceSearch to recognize faces in a streaming video, or you can use
ConnectedHome to detect labels.public final StreamProcessorNotificationChannel notificationChannel()
public final String kmsKeyId()
The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter for label detection stream processors.
public final boolean hasRegionsOfInterest()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<RegionOfInterest> regionsOfInterest()
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRegionsOfInterest() method.
public final StreamProcessorDataSharingPreference dataSharingPreference()
Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.
public DescribeStreamProcessorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStreamProcessorResponse.Builder,DescribeStreamProcessorResponse>toBuilder in class AwsResponsepublic static DescribeStreamProcessorResponse.Builder builder()
public static Class<? extends DescribeStreamProcessorResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.