Interface WorkflowDefinitionBuilder<T extends WorkflowDefinitionBuilder<T,M>,M extends WorkflowDefinition>
-
- All Superinterfaces:
Buildable.Builder<T,M>,DefinitionBuilder<T,M>
- All Known Implementing Classes:
MistralWorkflowDefinition.MistralWorkflowDefinitionBuilder
public interface WorkflowDefinitionBuilder<T extends WorkflowDefinitionBuilder<T,M>,M extends WorkflowDefinition> extends DefinitionBuilder<T,M>
Builder forWorkflowDefinitionmodel class.- Author:
- Renat Akhmerov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tinput(String input)-
Methods inherited from interface org.openstack4j.common.Buildable.Builder
build, from
-
Methods inherited from interface org.openstack4j.model.workflow.builder.DefinitionBuilder
created, definition, id, name, projectId, scope, system, tags, updated
-
-
-
-
Method Detail
-
input
T input(String input)
- See Also:
WorkflowDefinition.getInput()
-
-