Interface InputPrepareScheduleActionSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InputPrepareScheduleActionSettings.Builder,InputPrepareScheduleActionSettings>, SdkBuilder<InputPrepareScheduleActionSettings.Builder,InputPrepareScheduleActionSettings>, SdkPojo
Enclosing class:
InputPrepareScheduleActionSettings

public static interface InputPrepareScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<InputPrepareScheduleActionSettings.Builder,InputPrepareScheduleActionSettings>
  • Method Details

    • inputAttachmentNameReference

      InputPrepareScheduleActionSettings.Builder inputAttachmentNameReference(String inputAttachmentNameReference)
      The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.
      Parameters:
      inputAttachmentNameReference - The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputClippingSettings

      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.
      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 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. This is a convenience method that creates an instance of the 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).

      Parameters:
      inputClippingSettings - a consumer that will call methods on InputClippingSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.