public static interface UpdateExperimentTemplateActionInputItem.Builder extends SdkPojo, CopyableBuilder<UpdateExperimentTemplateActionInputItem.Builder,UpdateExperimentTemplateActionInputItem>
| Modifier and Type | Method and Description |
|---|---|
UpdateExperimentTemplateActionInputItem.Builder |
actionId(String actionId)
The ID of the action.
|
UpdateExperimentTemplateActionInputItem.Builder |
description(String description)
A description for the action.
|
UpdateExperimentTemplateActionInputItem.Builder |
parameters(Map<String,String> parameters)
The parameters for the action, if applicable.
|
UpdateExperimentTemplateActionInputItem.Builder |
startAfter(Collection<String> startAfter)
The name of the action that must be completed before the current action starts.
|
UpdateExperimentTemplateActionInputItem.Builder |
startAfter(String... startAfter)
The name of the action that must be completed before the current action starts.
|
UpdateExperimentTemplateActionInputItem.Builder |
targets(Map<String,String> targets)
The targets for the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateExperimentTemplateActionInputItem.Builder actionId(String actionId)
The ID of the action.
actionId - The ID of the action.UpdateExperimentTemplateActionInputItem.Builder description(String description)
A description for the action.
description - A description for the action.UpdateExperimentTemplateActionInputItem.Builder parameters(Map<String,String> parameters)
The parameters for the action, if applicable.
parameters - The parameters for the action, if applicable.UpdateExperimentTemplateActionInputItem.Builder targets(Map<String,String> targets)
The targets for the action.
targets - The targets for the action.UpdateExperimentTemplateActionInputItem.Builder startAfter(Collection<String> startAfter)
The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.
startAfter - The name of the action that must be completed before the current action starts. Omit this parameter to
run the action at the start of the experiment.UpdateExperimentTemplateActionInputItem.Builder startAfter(String... startAfter)
The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.
startAfter - The name of the action that must be completed before the current action starts. Omit this parameter to
run the action at the start of the experiment.Copyright © 2022. All rights reserved.