Uses of Interface
software.amazon.awssdk.services.medialive.model.SrtSettings.Builder
-
Packages that use SrtSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SrtSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SrtSettings.Builder Modifier and Type Method Description static SrtSettings.BuilderSrtSettings. builder()SrtSettings.BuilderSrtSettings.Builder. srtCallerSources(Collection<SrtCallerSource> srtCallerSources)Sets the value of the SrtCallerSources property for this object.SrtSettings.BuilderSrtSettings.Builder. srtCallerSources(Consumer<SrtCallerSource.Builder>... srtCallerSources)Sets the value of the SrtCallerSources property for this object.SrtSettings.BuilderSrtSettings.Builder. srtCallerSources(SrtCallerSource... srtCallerSources)Sets the value of the SrtCallerSources property for this object.SrtSettings.BuilderSrtSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type SrtSettings.Builder Modifier and Type Method Description static Class<? extends SrtSettings.Builder>SrtSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type SrtSettings.Builder Modifier and Type Method Description default DescribeInputResponse.BuilderDescribeInputResponse.Builder. srtSettings(Consumer<SrtSettings.Builder> srtSettings)The settings associated with an SRT input.default Input.BuilderInput.Builder. srtSettings(Consumer<SrtSettings.Builder> srtSettings)The settings associated with an SRT input.
-