public static interface GetClipRequest.Builder extends KinesisVideoArchivedMediaRequest.Builder, SdkPojo, CopyableBuilder<GetClipRequest.Builder,GetClipRequest>
| Modifier and Type | Method and Description |
|---|---|
GetClipRequest.Builder |
clipFragmentSelector(ClipFragmentSelector clipFragmentSelector)
The time range of the requested clip and the source of the timestamps.
|
default GetClipRequest.Builder |
clipFragmentSelector(Consumer<ClipFragmentSelector.Builder> clipFragmentSelector)
The time range of the requested clip and the source of the timestamps.
|
GetClipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetClipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetClipRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
|
GetClipRequest.Builder |
streamName(String streamName)
The name of the stream for which to retrieve the media clip.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetClipRequest.Builder streamName(String streamName)
The name of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
streamName - The name of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
GetClipRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
streamARN - The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
GetClipRequest.Builder clipFragmentSelector(ClipFragmentSelector clipFragmentSelector)
The time range of the requested clip and the source of the timestamps.
clipFragmentSelector - The time range of the requested clip and the source of the timestamps.default GetClipRequest.Builder clipFragmentSelector(Consumer<ClipFragmentSelector.Builder> clipFragmentSelector)
The time range of the requested clip and the source of the timestamps.
This is a convenience method that creates an instance of theClipFragmentSelector.Builder avoiding
the need to create one manually via ClipFragmentSelector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to clipFragmentSelector(ClipFragmentSelector).
clipFragmentSelector - a consumer that will call methods on ClipFragmentSelector.BuilderclipFragmentSelector(ClipFragmentSelector)GetClipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetClipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.