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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FollowModeScheduleActionStartSettings.BuilderfollowPoint(String followPoint)Identifies whether this action starts relative to the start or relative to the end of the reference action.FollowModeScheduleActionStartSettings.BuilderfollowPoint(FollowPoint followPoint)Identifies whether this action starts relative to the start or relative to the end of the reference action.FollowModeScheduleActionStartSettings.BuilderreferenceActionName(String referenceActionName)The action name of another action that this one refers to.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
followPoint
FollowModeScheduleActionStartSettings.Builder followPoint(String 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,FollowPoint
-
followPoint
FollowModeScheduleActionStartSettings.Builder followPoint(FollowPoint 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,FollowPoint
-
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.
-
-