public static interface KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder extends SdkPojo, CopyableBuilder<KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder,KinesisVideoStreamRecordingSourceRuntimeConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder streams(Collection<RecordingStreamConfiguration> streams)
The stream or streams to be recorded.
streams - The stream or streams to be recorded.KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder streams(RecordingStreamConfiguration... streams)
The stream or streams to be recorded.
streams - The stream or streams to be recorded.KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder streams(Consumer<RecordingStreamConfiguration.Builder>... streams)
The stream or streams to be recorded.
This is a convenience method that creates an instance of theRecordingStreamConfiguration.Builder
avoiding the need to create one manually via
RecordingStreamConfiguration.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #streams(List.
streams - a consumer that will call methods on
RecordingStreamConfiguration.Builder#streams(java.util.Collection) KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder fragmentSelector(FragmentSelector fragmentSelector)
Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.
fragmentSelector - Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video
stream.default KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder fragmentSelector(Consumer<FragmentSelector.Builder> fragmentSelector)
Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.
This is a convenience method that creates an instance of theFragmentSelector.Builder avoiding the
need to create one manually via FragmentSelector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fragmentSelector(FragmentSelector).
fragmentSelector - a consumer that will call methods on FragmentSelector.BuilderfragmentSelector(FragmentSelector)Copyright © 2023. All rights reserved.