Class UploaderConfig
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisvideo.model.UploaderConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UploaderConfig.Builder,UploaderConfig>
@Generated("software.amazon.awssdk:codegen") public final class UploaderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UploaderConfig.Builder,UploaderConfig>
The configuration that consists of the
ScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If theScheduleConfigis not provided in theUploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUploaderConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UploaderConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScheduleConfigscheduleConfig()The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UploaderConfig.Builder>serializableBuilderClass()UploaderConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
scheduleConfig
public final ScheduleConfig scheduleConfig()
The configuration that consists of the
ScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If theScheduleConfigis not provided in thisUploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).- Returns:
- The configuration that consists of the
ScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If theScheduleConfigis not provided in thisUploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).
-
toBuilder
public UploaderConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UploaderConfig.Builder,UploaderConfig>
-
builder
public static UploaderConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends UploaderConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-