Uses of Interface
software.amazon.awssdk.services.medialive.model.InputSwitchScheduleActionSettings.Builder
-
Packages that use InputSwitchScheduleActionSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputSwitchScheduleActionSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputSwitchScheduleActionSettings.Builder Modifier and Type Method Description static InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings. builder()InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings.Builder. inputAttachmentNameReference(String inputAttachmentNameReference)The name of the input attachment (not the name of the input!) to switch to.default InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings.Builder. inputClippingSettings(Consumer<InputClippingSettings.Builder> inputClippingSettings)Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings.Builder. inputClippingSettings(InputClippingSettings inputClippingSettings)Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings. toBuilder()InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings.Builder. urlPath(String... urlPath)The value for the variable portion of the URL for the dynamic input, for this instance of the input.InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings.Builder. urlPath(Collection<String> urlPath)The value for the variable portion of the URL for the dynamic input, for this instance of the input.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputSwitchScheduleActionSettings.Builder Modifier and Type Method Description static Class<? extends InputSwitchScheduleActionSettings.Builder>InputSwitchScheduleActionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputSwitchScheduleActionSettings.Builder Modifier and Type Method Description default ScheduleActionSettings.BuilderScheduleActionSettings.Builder. inputSwitchSettings(Consumer<InputSwitchScheduleActionSettings.Builder> inputSwitchSettings)Action to switch the input This is a convenience method that creates an instance of theInputSwitchScheduleActionSettings.Builderavoiding the need to create one manually viaInputSwitchScheduleActionSettings.builder().
-