@Generated(value="software.amazon.awssdk:codegen") public final class StreamProcessingStopSelector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamProcessingStopSelector.Builder,StreamProcessingStopSelector>
Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamProcessingStopSelector.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessingStopSelector.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
maxDurationInSeconds()
Specifies the maximum amount of time in seconds that you want the stream to be processed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamProcessingStopSelector.Builder> |
serializableBuilderClass() |
StreamProcessingStopSelector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public StreamProcessingStopSelector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamProcessingStopSelector.Builder,StreamProcessingStopSelector>public static StreamProcessingStopSelector.Builder builder()
public static Class<? extends StreamProcessingStopSelector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.