public static interface GetMediaForFragmentListRequest.Builder extends KinesisVideoArchivedMediaRequest.Builder, SdkPojo, CopyableBuilder<GetMediaForFragmentListRequest.Builder,GetMediaForFragmentListRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMediaForFragmentListRequest.Builder |
fragments(Collection<String> fragments)
A list of the numbers of fragments for which to retrieve media.
|
GetMediaForFragmentListRequest.Builder |
fragments(String... fragments)
A list of the numbers of fragments for which to retrieve media.
|
GetMediaForFragmentListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMediaForFragmentListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMediaForFragmentListRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream from which to retrieve fragment media.
|
GetMediaForFragmentListRequest.Builder |
streamName(String streamName)
The name of the stream from which to retrieve fragment media.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMediaForFragmentListRequest.Builder streamName(String streamName)
The name of the stream from which to retrieve fragment media. Specify either this parameter or the
StreamARN parameter.
streamName - The name of the stream from which to retrieve fragment media. Specify either this parameter or the
StreamARN parameter.GetMediaForFragmentListRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream from which to retrieve fragment media. Specify either this
parameter or the StreamName parameter.
streamARN - The Amazon Resource Name (ARN) of the stream from which to retrieve fragment media. Specify either
this parameter or the StreamName parameter.GetMediaForFragmentListRequest.Builder fragments(Collection<String> fragments)
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
fragments - A list of the numbers of fragments for which to retrieve media. You retrieve these values with
ListFragments.GetMediaForFragmentListRequest.Builder fragments(String... fragments)
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
fragments - A list of the numbers of fragments for which to retrieve media. You retrieve these values with
ListFragments.GetMediaForFragmentListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMediaForFragmentListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.