Interface VideoSelectorPid.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VideoSelectorPid.Builder,VideoSelectorPid>,SdkBuilder<VideoSelectorPid.Builder,VideoSelectorPid>,SdkPojo
- Enclosing class:
- VideoSelectorPid
public static interface VideoSelectorPid.Builder extends SdkPojo, CopyableBuilder<VideoSelectorPid.Builder,VideoSelectorPid>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoSelectorPid.Builderpid(Integer pid)Selects a specific PID from within a video source.-
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 Detail
-
pid
VideoSelectorPid.Builder pid(Integer pid)
Selects a specific PID from within a video source.- Parameters:
pid- Selects a specific PID from within a video source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-