Interface InputSdpLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputSdpLocation.Builder,
,InputSdpLocation> SdkBuilder<InputSdpLocation.Builder,
,InputSdpLocation> SdkPojo
- Enclosing class:
InputSdpLocation
@Mutable
@NotThreadSafe
public static interface InputSdpLocation.Builder
extends SdkPojo, CopyableBuilder<InputSdpLocation.Builder,InputSdpLocation>
-
Method Summary
Modifier and TypeMethodDescriptionmediaIndex
(Integer mediaIndex) The index of the media stream in the SDP file for one SMPTE 2110 stream.The URL of the SDP file for one SMPTE 2110 stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mediaIndex
The index of the media stream in the SDP file for one SMPTE 2110 stream.- Parameters:
mediaIndex
- The index of the media stream in the SDP file for one SMPTE 2110 stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdpUrl
The URL of the SDP file for one SMPTE 2110 stream.- Parameters:
sdpUrl
- The URL of the SDP file for one SMPTE 2110 stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-