| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputSwitchScheduleActionSettings.Builder |
InputSwitchScheduleActionSettings.builder() |
InputSwitchScheduleActionSettings.Builder |
InputSwitchScheduleActionSettings.Builder.inputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment (not the name of the input!) to switch to.
|
default InputSwitchScheduleActionSettings.Builder |
InputSwitchScheduleActionSettings.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.Builder |
InputSwitchScheduleActionSettings.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.Builder |
InputSwitchScheduleActionSettings.toBuilder() |
InputSwitchScheduleActionSettings.Builder |
InputSwitchScheduleActionSettings.Builder.urlPath(Collection<String> urlPath)
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
InputSwitchScheduleActionSettings.Builder |
InputSwitchScheduleActionSettings.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 InputSwitchScheduleActionSettings.Builder> |
InputSwitchScheduleActionSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleActionSettings.Builder |
ScheduleActionSettings.Builder.inputSwitchSettings(Consumer<InputSwitchScheduleActionSettings.Builder> inputSwitchSettings)
Action to switch the input This is a convenience method that creates an instance of the
InputSwitchScheduleActionSettings.Builder avoiding the need to create one manually via
InputSwitchScheduleActionSettings.builder(). |
Copyright © 2022. All rights reserved.