Uses of Interface
software.amazon.awssdk.services.medialive.model.VideoSelectorProgramId.Builder
-
Packages that use VideoSelectorProgramId.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of VideoSelectorProgramId.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return VideoSelectorProgramId.Builder Modifier and Type Method Description static VideoSelectorProgramId.BuilderVideoSelectorProgramId. builder()VideoSelectorProgramId.BuilderVideoSelectorProgramId.Builder. programId(Integer programId)Selects a specific program from within a multi-program transport stream.VideoSelectorProgramId.BuilderVideoSelectorProgramId. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type VideoSelectorProgramId.Builder Modifier and Type Method Description static Class<? extends VideoSelectorProgramId.Builder>VideoSelectorProgramId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type VideoSelectorProgramId.Builder Modifier and Type Method Description default VideoSelectorSettings.BuilderVideoSelectorSettings.Builder. videoSelectorProgramId(Consumer<VideoSelectorProgramId.Builder> videoSelectorProgramId)Sets the value of the VideoSelectorProgramId property for this object.
-