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