Class ResourceDescriptor.Builder
java.lang.Object
com.cloudimpl.outstack.runtime.iam.ResourceDescriptor.Builder
- Enclosing class:
- ResourceDescriptor
public static final class ResourceDescriptor.Builder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ResourceDescriptorbuild()ResourceDescriptor.BuilderwithChildId(java.lang.String childId)ResourceDescriptor.BuilderwithChildType(java.lang.String childType)ResourceDescriptor.BuilderwithResourceScope(ResourceDescriptor.ResourceScope scope)ResourceDescriptor.BuilderwithRootId(java.lang.String rootId)ResourceDescriptor.BuilderwithRootType(java.lang.String rootType)ResourceDescriptor.BuilderwithTenantId(java.lang.String tenantId)ResourceDescriptor.BuilderwithTenantScope(ResourceDescriptor.TenantScope scope)ResourceDescriptor.BuilderwithVersion(java.lang.String version)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTenantId
-
withVersion
-
withRootType
-
withRootId
-
withChildType
-
withChildId
-
withResourceScope
-
withTenantScope
-
build
-