public static interface ExperimentTemplateAction.Builder extends SdkPojo, CopyableBuilder<ExperimentTemplateAction.Builder,ExperimentTemplateAction>
| Modifier and Type | Method and Description |
|---|---|
ExperimentTemplateAction.Builder |
actionId(String actionId)
The ID of the action.
|
ExperimentTemplateAction.Builder |
description(String description)
A description for the action.
|
ExperimentTemplateAction.Builder |
parameters(Map<String,String> parameters)
The parameters for the action.
|
ExperimentTemplateAction.Builder |
startAfter(Collection<String> startAfter)
The name of the action that must be completed before the current action starts.
|
ExperimentTemplateAction.Builder |
startAfter(String... startAfter)
The name of the action that must be completed before the current action starts.
|
ExperimentTemplateAction.Builder |
targets(Map<String,String> targets)
The targets for the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentTemplateAction.Builder actionId(String actionId)
The ID of the action.
actionId - The ID of the action.ExperimentTemplateAction.Builder description(String description)
A description for the action.
description - A description for the action.ExperimentTemplateAction.Builder parameters(Map<String,String> parameters)
The parameters for the action.
parameters - The parameters for the action.ExperimentTemplateAction.Builder targets(Map<String,String> targets)
The targets for the action.
targets - The targets for the action.ExperimentTemplateAction.Builder startAfter(Collection<String> startAfter)
The name of the action that must be completed before the current action starts.
startAfter - The name of the action that must be completed before the current action starts.ExperimentTemplateAction.Builder startAfter(String... startAfter)
The name of the action that must be completed before the current action starts.
startAfter - The name of the action that must be completed before the current action starts.Copyright © 2022. All rights reserved.