Package com.vmware.nsx_policy.model
Class RoleAssignmentPermissionConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.RoleAssignmentPermissionConfig.Builder
-
- Enclosing class:
- RoleAssignmentPermissionConfig
public static final class RoleAssignmentPermissionConfig.Builder extends java.lang.Object
Builder class forRoleAssignmentPermissionConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofRoleAssignmentPermissionConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleAssignmentPermissionConfig
build()
RoleAssignmentPermissionConfig.Builder
setAllowRoleAssignment​(java.lang.Boolean allowRoleAssignment)
Specifies whether user with this role is allowed to assign roles to other users.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofRoleAssignmentPermissionConfig
.
-
-
Method Detail
-
setAllowRoleAssignment
public RoleAssignmentPermissionConfig.Builder setAllowRoleAssignment​(java.lang.Boolean allowRoleAssignment)
Specifies whether user with this role is allowed to assign roles to other users.- Parameters:
allowRoleAssignment
- New value for the property.
-
build
public RoleAssignmentPermissionConfig build()
-
-