Interface FollowModeScheduleActionStartSettings.Builder

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

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

    • followPoint

      Identifies whether this action starts relative to the start or relative to the end of the reference action.
      Parameters:
      followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • followPoint

      Identifies whether this action starts relative to the start or relative to the end of the reference action.
      Parameters:
      followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • referenceActionName

      FollowModeScheduleActionStartSettings.Builder referenceActionName(String referenceActionName)
      The action name of another action that this one refers to.
      Parameters:
      referenceActionName - The action name of another action that this one refers to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.