Class ScheduleConfig
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ScheduleConfig.Builder,
ScheduleConfig>
This API enables you to specify the duration that the camera, or local media file, should record onto the Edge Agent.
The ScheduleConfig
consists of the ScheduleExpression
and the
DurationInMinutes
attributes.
If the ScheduleConfig
is not provided in the RecorderConfig
, then the Edge Agent will
always be set to recording mode.
If the ScheduleConfig
is not provided in the UploaderConfig
, then the Edge Agent will
upload at regular intervals (every 1 hour).
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduleConfig.Builder
builder()
final Integer
The total duration to record the media.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media file, onto the Edge Agent.static Class
<? extends ScheduleConfig.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
scheduleExpression
The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media file, onto the Edge Agent. If the
ScheduleExpression
is not provided for theRecorderConfig
, then the Edge Agent will always be set to recording mode.For more information about Quartz, refer to the Cron Trigger Tutorial page to understand the valid expressions and its use.
- Returns:
- The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media
file, onto the Edge Agent. If the
ScheduleExpression
is not provided for theRecorderConfig
, then the Edge Agent will always be set to recording mode.For more information about Quartz, refer to the Cron Trigger Tutorial page to understand the valid expressions and its use.
-
durationInSeconds
The total duration to record the media. If the
ScheduleExpression
attribute is provided, then theDurationInSeconds
attribute should also be specified.- Returns:
- The total duration to record the media. If the
ScheduleExpression
attribute is provided, then theDurationInSeconds
attribute should also be specified.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ScheduleConfig.Builder,
ScheduleConfig> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-