public static final class RolesForPath.Builder
extends java.lang.Object
RolesForPath.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
RolesForPath. |
| Modifier and Type | Method and Description |
|---|---|
RolesForPath |
build() |
RolesForPath.Builder |
setDeletePath(java.lang.Boolean deletePath)
Flag to delete the path in role-binding update operation.
|
RolesForPath.Builder |
setPath(java.lang.String path)
Path of the entity in parent hierarchy.
|
RolesForPath.Builder |
setRoles(java.util.List<Role> roles)
Applicable roles.
|
public Builder()
RolesForPath.public RolesForPath.Builder setDeletePath(java.lang.Boolean deletePath)
deletePath - New value for the property.public RolesForPath.Builder setPath(java.lang.String path)
path - New value for the property.public RolesForPath.Builder setRoles(java.util.List<Role> roles)
roles - New value for the property.public RolesForPath build()