public static interface InputSwitchScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<InputSwitchScheduleActionSettings.Builder,InputSwitchScheduleActionSettings>
| Modifier and Type | Method and Description |
|---|---|
InputSwitchScheduleActionSettings.Builder |
inputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment (not the name of the input!) to switch to.
|
default 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 |
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 |
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 |
urlPath(String... urlPath)
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputSwitchScheduleActionSettings.Builder inputAttachmentNameReference(String inputAttachmentNameReference)
inputAttachmentNameReference - The name of the input attachment (not the name of the input!) to switch to. The name is specified in
the channel configuration.InputSwitchScheduleActionSettings.Builder inputClippingSettings(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.default InputSwitchScheduleActionSettings.Builder inputClippingSettings(Consumer<InputClippingSettings.Builder> inputClippingSettings)
InputClippingSettings.Builder
avoiding the need to create one manually via InputClippingSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to inputClippingSettings(InputClippingSettings).
inputClippingSettings - a consumer that will call methods on InputClippingSettings.BuilderinputClippingSettings(InputClippingSettings)InputSwitchScheduleActionSettings.Builder urlPath(Collection<String> urlPath)
urlPath - The value for the variable portion of the URL for the dynamic input, for this instance of the input.
Each time you use the same dynamic input in an input switch action, you can provide a different value,
in order to connect the input to a different content source.InputSwitchScheduleActionSettings.Builder urlPath(String... urlPath)
urlPath - The value for the variable portion of the URL for the dynamic input, for this instance of the input.
Each time you use the same dynamic input in an input switch action, you can provide a different value,
in order to connect the input to a different content source.Copyright © 2022. All rights reserved.