| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static FollowModeScheduleActionStartSettings.Builder |
FollowModeScheduleActionStartSettings.builder() |
FollowModeScheduleActionStartSettings.Builder |
FollowModeScheduleActionStartSettings.Builder.followPoint(FollowPoint followPoint)
Identifies whether this action starts relative to the start or relative to the end of the reference action.
|
FollowModeScheduleActionStartSettings.Builder |
FollowModeScheduleActionStartSettings.Builder.followPoint(String followPoint)
Identifies whether this action starts relative to the start or relative to the end of the reference action.
|
FollowModeScheduleActionStartSettings.Builder |
FollowModeScheduleActionStartSettings.Builder.referenceActionName(String referenceActionName)
The action name of another action that this one refers to.
|
FollowModeScheduleActionStartSettings.Builder |
FollowModeScheduleActionStartSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FollowModeScheduleActionStartSettings.Builder> |
FollowModeScheduleActionStartSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleActionStartSettings.Builder |
ScheduleActionStartSettings.Builder.followModeScheduleActionStartSettings(Consumer<FollowModeScheduleActionStartSettings.Builder> followModeScheduleActionStartSettings)
Option for specifying an action as relative to another action.
|
Copyright © 2022. All rights reserved.