ExperimentAction.Builder |
ExperimentAction.Builder.actionId(String actionId) |
The ID of the action.
|
static ExperimentAction.Builder |
ExperimentAction.builder() |
|
ExperimentAction.Builder |
ExperimentAction.Builder.description(String description) |
The description for the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.endTime(Instant endTime) |
The time that the action ended.
|
ExperimentAction.Builder |
ExperimentAction.Builder.parameters(Map<String,String> parameters) |
The parameters for the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.startAfter(String... startAfter) |
The name of the action that must be completed before this action starts.
|
ExperimentAction.Builder |
ExperimentAction.Builder.startAfter(Collection<String> startAfter) |
The name of the action that must be completed before this action starts.
|
ExperimentAction.Builder |
ExperimentAction.Builder.startTime(Instant startTime) |
The time that the action started.
|
default ExperimentAction.Builder |
ExperimentAction.Builder.state(Consumer<ExperimentActionState.Builder> state) |
The state of the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.state(ExperimentActionState state) |
The state of the action.
|
ExperimentAction.Builder |
ExperimentAction.Builder.targets(Map<String,String> targets) |
The targets for the action.
|
ExperimentAction.Builder |
ExperimentAction.toBuilder() |
|