@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamProcessingStopSelector extends Object implements Serializable, Cloneable, StructuredPojo
Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.
| Constructor and Description |
|---|
StreamProcessingStopSelector() |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessingStopSelector |
clone() |
boolean |
equals(Object obj) |
Long |
getMaxDurationInSeconds()
Specifies the maximum amount of time in seconds that you want the stream to be processed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxDurationInSeconds(Long maxDurationInSeconds)
Specifies the maximum amount of time in seconds that you want the stream to be processed.
|
String |
toString()
Returns a string representation of this object.
|
StreamProcessingStopSelector |
withMaxDurationInSeconds(Long maxDurationInSeconds)
Specifies the maximum amount of time in seconds that you want the stream to be processed.
|
public void setMaxDurationInSeconds(Long maxDurationInSeconds)
Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.
maxDurationInSeconds - Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest
amount of time is 2 minutes. The default is 10 seconds.public Long getMaxDurationInSeconds()
Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.
public StreamProcessingStopSelector withMaxDurationInSeconds(Long maxDurationInSeconds)
Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.
maxDurationInSeconds - Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest
amount of time is 2 minutes. The default is 10 seconds.public String toString()
toString in class ObjectObject.toString()public StreamProcessingStopSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.