public class DescribeStreamProcessorResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeStreamProcessorResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationTimestamp()
Date and time the stream processor was created
|
StreamProcessorInput |
getInput()
Kinesis video stream that provides the source streaming video.
|
java.util.Date |
getLastUpdateTimestamp()
The time, in Unix format, the stream processor was last updated.
|
java.lang.String |
getName()
Name of the stream processor.
|
StreamProcessorOutput |
getOutput()
Kinesis data stream to which Amazon Rekognition Video puts the analysis
results.
|
java.lang.String |
getRoleArn()
ARN of the IAM role that allows access to the stream processor.
|
StreamProcessorSettings |
getSettings()
Face recognition input parameters that are being used by the stream
processor.
|
java.lang.String |
getStatus()
Current status of the stream processor.
|
java.lang.String |
getStatusMessage()
Detailed status message about the stream processor.
|
java.lang.String |
getStreamProcessorArn()
ARN of the stream processor.
|
int |
hashCode() |
void |
setCreationTimestamp(java.util.Date creationTimestamp)
Date and time the stream processor was created
|
void |
setInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
|
void |
setLastUpdateTimestamp(java.util.Date lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated.
|
void |
setName(java.lang.String name)
Name of the stream processor.
|
void |
setOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis
results.
|
void |
setRoleArn(java.lang.String roleArn)
ARN of the IAM role that allows access to the stream processor.
|
void |
setSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream
processor.
|
void |
setStatus(StreamProcessorStatus status)
Current status of the stream processor.
|
void |
setStatus(java.lang.String status)
Current status of the stream processor.
|
void |
setStatusMessage(java.lang.String statusMessage)
Detailed status message about the stream processor.
|
void |
setStreamProcessorArn(java.lang.String streamProcessorArn)
ARN of the stream processor.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStreamProcessorResult |
withCreationTimestamp(java.util.Date creationTimestamp)
Date and time the stream processor was created
|
DescribeStreamProcessorResult |
withInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
|
DescribeStreamProcessorResult |
withLastUpdateTimestamp(java.util.Date lastUpdateTimestamp)
The time, in Unix format, the stream processor was last updated.
|
DescribeStreamProcessorResult |
withName(java.lang.String name)
Name of the stream processor.
|
DescribeStreamProcessorResult |
withOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis
results.
|
DescribeStreamProcessorResult |
withRoleArn(java.lang.String roleArn)
ARN of the IAM role that allows access to the stream processor.
|
DescribeStreamProcessorResult |
withSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream
processor.
|
DescribeStreamProcessorResult |
withStatus(StreamProcessorStatus status)
Current status of the stream processor.
|
DescribeStreamProcessorResult |
withStatus(java.lang.String status)
Current status of the stream processor.
|
DescribeStreamProcessorResult |
withStatusMessage(java.lang.String statusMessage)
Detailed status message about the stream processor.
|
DescribeStreamProcessorResult |
withStreamProcessorArn(java.lang.String streamProcessorArn)
ARN of the stream processor.
|
public java.lang.String getName()
Name of the stream processor.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
Name of the stream processor.
public void setName(java.lang.String name)
Name of the stream processor.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
name
- Name of the stream processor.
public DescribeStreamProcessorResult withName(java.lang.String name)
Name of the stream processor.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.\-]+
name
- Name of the stream processor.
public java.lang.String getStreamProcessorArn()
ARN of the stream processor.
Constraints:
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:streamprocessor\/.+$)
ARN of the stream processor.
public void setStreamProcessorArn(java.lang.String streamProcessorArn)
ARN of the stream processor.
Constraints:
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:streamprocessor\/.+$)
streamProcessorArn
- ARN of the stream processor.
public DescribeStreamProcessorResult withStreamProcessorArn(java.lang.String streamProcessorArn)
ARN of the stream processor.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:streamprocessor\/.+$)
streamProcessorArn
- ARN of the stream processor.
public java.lang.String getStatus()
Current status of the stream processor.
Constraints:
Allowed Values: STOPPED, STARTING, RUNNING, FAILED, STOPPING
Current status of the stream processor.
StreamProcessorStatus
public void setStatus(java.lang.String status)
Current status of the stream processor.
Constraints:
Allowed Values: STOPPED, STARTING, RUNNING, FAILED, STOPPING
status
- Current status of the stream processor.
StreamProcessorStatus
public DescribeStreamProcessorResult withStatus(java.lang.String status)
Current status of the stream processor.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STOPPED, STARTING, RUNNING, FAILED, STOPPING
status
- Current status of the stream processor.
StreamProcessorStatus
public void setStatus(StreamProcessorStatus status)
Current status of the stream processor.
Constraints:
Allowed Values: STOPPED, STARTING, RUNNING, FAILED, STOPPING
status
- Current status of the stream processor.
StreamProcessorStatus
public DescribeStreamProcessorResult withStatus(StreamProcessorStatus status)
Current status of the stream processor.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STOPPED, STARTING, RUNNING, FAILED, STOPPING
status
- Current status of the stream processor.
StreamProcessorStatus
public java.lang.String getStatusMessage()
Detailed status message about the stream processor.
Detailed status message about the stream processor.
public void setStatusMessage(java.lang.String statusMessage)
Detailed status message about the stream processor.
statusMessage
- Detailed status message about the stream processor.
public DescribeStreamProcessorResult withStatusMessage(java.lang.String statusMessage)
Detailed status message about the stream processor.
Returns a reference to this object so that method calls can be chained together.
statusMessage
- Detailed status message about the stream processor.
public java.util.Date getCreationTimestamp()
Date and time the stream processor was created
Date and time the stream processor was created
public void setCreationTimestamp(java.util.Date creationTimestamp)
Date and time the stream processor was created
creationTimestamp
- Date and time the stream processor was created
public DescribeStreamProcessorResult withCreationTimestamp(java.util.Date creationTimestamp)
Date and time the stream processor was created
Returns a reference to this object so that method calls can be chained together.
creationTimestamp
- Date and time the stream processor was created
public java.util.Date getLastUpdateTimestamp()
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.
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 void setLastUpdateTimestamp(java.util.Date 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.
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 DescribeStreamProcessorResult withLastUpdateTimestamp(java.util.Date 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.
Returns a reference to this object so that method calls can be chained together.
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 StreamProcessorInput getInput()
Kinesis video stream that provides the source streaming video.
Kinesis video stream that provides the source streaming video.
public void setInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
input
- Kinesis video stream that provides the source streaming video.
public DescribeStreamProcessorResult withInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
Returns a reference to this object so that method calls can be chained together.
input
- Kinesis video stream that provides the source streaming video.
public StreamProcessorOutput getOutput()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
public void setOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
output
- Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
public DescribeStreamProcessorResult withOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
Returns a reference to this object so that method calls can be chained together.
output
- Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
public java.lang.String getRoleArn()
ARN of the IAM role that allows access to the stream processor.
Constraints:
Pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+
ARN of the IAM role that allows access to the stream processor.
public void setRoleArn(java.lang.String roleArn)
ARN of the IAM role that allows access to the stream processor.
Constraints:
Pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+
roleArn
- ARN of the IAM role that allows access to the stream processor.
public DescribeStreamProcessorResult withRoleArn(java.lang.String roleArn)
ARN of the IAM role that allows access to the stream processor.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+
roleArn
- ARN of the IAM role that allows access to the stream processor.
public StreamProcessorSettings getSettings()
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
public void setSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
settings
- Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
public DescribeStreamProcessorResult withSettings(StreamProcessorSettings settings)
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
Returns a reference to this object so that method calls can be chained together.
settings
- Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.