Uses of Class
com.cloudimpl.outstack.runtime.domainspec.Command.Builder
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime.configs | |
| com.cloudimpl.outstack.runtime.domain | |
| com.cloudimpl.outstack.runtime.domainspec |
-
Uses of Command.Builder in com.cloudimpl.outstack.runtime.configs
Subclasses of Command.Builder in com.cloudimpl.outstack.runtime.configs Modifier and Type Class Description static classCreateConfigRequest.Builderstatic classUpdateConfigRequest.Builder -
Uses of Command.Builder in com.cloudimpl.outstack.runtime.domain
Subclasses of Command.Builder in com.cloudimpl.outstack.runtime.domain Modifier and Type Class Description static classPolicyCreateRequest.Builderstatic classPolicyStatementRefRequest.Builderstatic classPolicyStatementRequest.Builderstatic classRoleCreateRequest.Builder -
Uses of Command.Builder in com.cloudimpl.outstack.runtime.domainspec
Subclasses of Command.Builder in com.cloudimpl.outstack.runtime.domainspec Modifier and Type Class Description static classDeleteCommand.Builderstatic classRenameCommand.BuilderMethods in com.cloudimpl.outstack.runtime.domainspec that return Command.Builder Modifier and Type Method Description Command.BuilderCommand.Builder. withCommandName(java.lang.String commandName)Command.BuilderCommand.Builder. withContext(java.lang.String context)Command.BuilderCommand.Builder. withFiles(java.util.List<java.lang.Object> files)Command.BuilderCommand.Builder. withId(java.lang.String id)Command.BuilderCommand.Builder. withMapAttr(java.lang.String key, java.lang.String value)Command.BuilderCommand.Builder. withRootId(java.lang.String rootId)Command.BuilderCommand.Builder. withTenantId(java.lang.String tenantId)Command.BuilderCommand.Builder. withVersion(java.lang.String version)Constructors in com.cloudimpl.outstack.runtime.domainspec with parameters of type Command.Builder Constructor Description Command(Command.Builder builder)