Interface VideoSelectorProgramId.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VideoSelectorProgramId.Builder,,- VideoSelectorProgramId> - SdkBuilder<VideoSelectorProgramId.Builder,,- VideoSelectorProgramId> - SdkPojo
- Enclosing class:
- VideoSelectorProgramId
@Mutable
@NotThreadSafe
public static interface VideoSelectorProgramId.Builder
extends SdkPojo, CopyableBuilder<VideoSelectorProgramId.Builder,VideoSelectorProgramId> 
- 
Method SummaryModifier and TypeMethodDescriptionSelects a specific program from within a multi-program transport stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
programIdSelects a specific program from within a multi-program transport stream. If the program doesn't exist, the first program within the transport stream will be selected by default.- Parameters:
- programId- Selects a specific program from within a multi-program transport stream. If the program doesn't exist, the first program within the transport stream will be selected by default.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-