Class RecorderConfig
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisvideo.model.RecorderConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecorderConfig.Builder,RecorderConfig>
@Generated("software.amazon.awssdk:codegen") public final class RecorderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecorderConfig.Builder,RecorderConfig>
The recorder configuration consists of the local
MediaSourceConfigdetails that are used as credentials to accesss the local media files streamed on the camera.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecorderConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecorderConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MediaSourceConfigmediaSourceConfig()The configuration details that consist of the credentials required (MediaUriSecretArnandMediaUriType) to access the media files streamed to the camera.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.List<SdkField<?>>sdkFields()static Class<? extends RecorderConfig.Builder>serializableBuilderClass()RecorderConfig.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
-
mediaSourceConfig
public final MediaSourceConfig mediaSourceConfig()
The configuration details that consist of the credentials required (
MediaUriSecretArnandMediaUriType) to access the media files streamed to the camera.- Returns:
- The configuration details that consist of the credentials required (
MediaUriSecretArnandMediaUriType) to access the media files streamed to the camera.
-
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 theScheduleExpressionattribute is not provided, then the Edge Agent will always be set to recording mode.- 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 theScheduleExpressionattribute is not provided, then the Edge Agent will always be set to recording mode.
-
toBuilder
public RecorderConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecorderConfig.Builder,RecorderConfig>
-
builder
public static RecorderConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecorderConfig.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.
-
-