Class PolicyStatementRefRequest.Builder
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command.Builder
com.cloudimpl.outstack.runtime.domain.PolicyStatementRefRequest.Builder
- Enclosing class:
- PolicyStatementRefRequest
public static final class PolicyStatementRefRequest.Builder extends Command.Builder
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.domainspec.Command.Builder
commandName, context, files, id, rootId, tenantId, version -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description PolicyStatementRefRequestbuild()PolicyStatementRefRequest.BuilderwithPolicyStmtName(java.lang.String stmtName)Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command.Builder
withCommandName, withContext, withFiles, withId, withMapAttr, withRootId, withTenantId, withVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withPolicyStmtName
-
build
- Overrides:
buildin classCommand.Builder
-