Interface ActionDefinitionBuilder<T extends ActionDefinitionBuilder<T,M>,M extends ActionDefinition>
-
- All Superinterfaces:
Buildable.Builder<T,M>,DefinitionBuilder<T,M>
- All Known Implementing Classes:
MistralActionDefinition.MistralActionDefinitionBuilder
public interface ActionDefinitionBuilder<T extends ActionDefinitionBuilder<T,M>,M extends ActionDefinition> extends DefinitionBuilder<T,M>
Builder for aActionDefinitionmodel 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:
ActionDefinition.getInput()
-
-