@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 DurationInMinutes details
that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the
ScheduleConfig is not provided in the UploaderConfig, then the Edge Agent will upload at
regular intervals (every 1 hour).
| 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
ScheduleConfig is not provided in this UploaderConfig, then the Edge Agent will upload
at regular intervals (every 1 hour).
ScheduleExpression and the
DurationInMinutes details that specify the scheduling to record from a camera, or local
media file, onto the Edge Agent. If the ScheduleConfig is not provided in this
UploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).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.