Interface InputSwitchScheduleActionSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputSwitchScheduleActionSettings.Builder,InputSwitchScheduleActionSettings>,SdkBuilder<InputSwitchScheduleActionSettings.Builder,InputSwitchScheduleActionSettings>,SdkPojo
- Enclosing class:
- InputSwitchScheduleActionSettings
public static interface InputSwitchScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<InputSwitchScheduleActionSettings.Builder,InputSwitchScheduleActionSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description InputSwitchScheduleActionSettings.BuilderinputAttachmentNameReference(String inputAttachmentNameReference)The name of the input attachment (not the name of the input!) to switch to.default InputSwitchScheduleActionSettings.BuilderinputClippingSettings(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.BuilderinputClippingSettings(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.BuilderurlPath(String... urlPath)The value for the variable portion of the URL for the dynamic input, for this instance of the input.InputSwitchScheduleActionSettings.BuilderurlPath(Collection<String> urlPath)The value for the variable portion of the URL for the dynamic input, for this instance of the input.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
inputAttachmentNameReference
InputSwitchScheduleActionSettings.Builder inputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.- Parameters:
inputAttachmentNameReference- The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputClippingSettings
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputClippingSettings
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. This is a convenience method that creates an instance of theInputClippingSettings.Builderavoiding the need to create one manually viaInputClippingSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputClippingSettings(InputClippingSettings).- Parameters:
inputClippingSettings- a consumer that will call methods onInputClippingSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputClippingSettings(InputClippingSettings)
-
urlPath
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. 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
urlPath
InputSwitchScheduleActionSettings.Builder urlPath(String... 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-