| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputPrepareScheduleActionSettings.Builder |
InputPrepareScheduleActionSettings.builder() |
InputPrepareScheduleActionSettings.Builder |
InputPrepareScheduleActionSettings.Builder.inputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment that should be prepared by this action.
|
default InputPrepareScheduleActionSettings.Builder |
InputPrepareScheduleActionSettings.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.Builder |
InputPrepareScheduleActionSettings.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.Builder |
InputPrepareScheduleActionSettings.toBuilder() |
InputPrepareScheduleActionSettings.Builder |
InputPrepareScheduleActionSettings.Builder.urlPath(Collection<String> urlPath)
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
InputPrepareScheduleActionSettings.Builder |
InputPrepareScheduleActionSettings.Builder.urlPath(String... urlPath)
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputPrepareScheduleActionSettings.Builder> |
InputPrepareScheduleActionSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleActionSettings.Builder |
ScheduleActionSettings.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 the
InputPrepareScheduleActionSettings.Builder avoiding the need to create one manually
via InputPrepareScheduleActionSettings.builder(). |
Copyright © 2022. All rights reserved.