@Generated(value="software.amazon.awssdk:codegen") public final class UploaderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UploaderConfig.Builder,UploaderConfig>
The configuration that consists of the ScheduleExpression and the DurationInMinutesdetails,
that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the
ScheduleExpression is not provided, then the Edge Agent will always be in upload mode.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UploaderConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UploaderConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ScheduleConfig |
scheduleConfig()
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UploaderConfig.Builder> |
serializableBuilderClass() |
UploaderConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ScheduleConfig scheduleConfig()
The configuration that consists of the ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the
ScheduleExpression is not provided, then the Edge Agent will always be in recording mode.
ScheduleExpression and the
DurationInMinutesdetails that specify the scheduling to record from a camera, or local media
file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge Agent
will always be in recording mode.public UploaderConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UploaderConfig.Builder,UploaderConfig>public static UploaderConfig.Builder builder()
public static Class<? extends UploaderConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.