Uses of Interface
software.amazon.awssdk.services.medialive.model.InputPrepareScheduleActionSettings.Builder
-
Packages that use InputPrepareScheduleActionSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputPrepareScheduleActionSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputPrepareScheduleActionSettings.Builder Modifier and Type Method Description static InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings. builder()InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings.Builder. inputAttachmentNameReference(String inputAttachmentNameReference)The name of the input attachment that should be prepared by this action.default InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings.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.InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings.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.InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings. toBuilder()InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings.Builder. urlPath(String... urlPath)The value for the variable portion of the URL for the dynamic input, for this instance of the input.InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings.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 InputPrepareScheduleActionSettings.Builder Modifier and Type Method Description static Class<? extends InputPrepareScheduleActionSettings.Builder>InputPrepareScheduleActionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputPrepareScheduleActionSettings.Builder Modifier and Type Method Description default ScheduleActionSettings.BuilderScheduleActionSettings.Builder. inputPrepareSettings(Consumer<InputPrepareScheduleActionSettings.Builder> inputPrepareSettings)Action to prepare an input for a future immediate input switch This is a convenience method that creates an instance of theInputPrepareScheduleActionSettings.Builderavoiding the need to create one manually viaInputPrepareScheduleActionSettings.builder().
-