Interface FollowModeScheduleActionStartSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FollowModeScheduleActionStartSettings.Builder,
,FollowModeScheduleActionStartSettings> SdkBuilder<FollowModeScheduleActionStartSettings.Builder,
,FollowModeScheduleActionStartSettings> SdkPojo
- Enclosing class:
FollowModeScheduleActionStartSettings
@Mutable
@NotThreadSafe
public static interface FollowModeScheduleActionStartSettings.Builder
extends SdkPojo, CopyableBuilder<FollowModeScheduleActionStartSettings.Builder,FollowModeScheduleActionStartSettings>
-
Method Summary
Modifier and TypeMethodDescriptionfollowPoint
(String followPoint) Identifies whether this action starts relative to the start or relative to the end of the reference action.followPoint
(FollowPoint followPoint) Identifies whether this action starts relative to the start or relative to the end of the reference action.referenceActionName
(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 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
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.
-