public static class GroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GroupDetails |
build() |
GroupDetails.Builder |
copy(GroupDetails model) |
GroupDetails.Builder |
domain(String domain)
Identity domain name
|
GroupDetails.Builder |
name(String name)
Name of user Group
|
GroupDetails.Builder |
stackMonitoringRole(String stackMonitoringRole)
Role assigned to user group in context of Stack Monitoring service.
|
public GroupDetails.Builder name(String name)
Name of user Group
name
- the value to setpublic GroupDetails.Builder domain(String domain)
Identity domain name
domain
- the value to setpublic GroupDetails.Builder stackMonitoringRole(String stackMonitoringRole)
Role assigned to user group in context of Stack Monitoring service. Access role can be for example: ADMINISTRATOR, OPERATOR, VIEWER, any other access role
stackMonitoringRole
- the value to setpublic GroupDetails build()
public GroupDetails.Builder copy(GroupDetails model)
Copyright © 2016–2025. All rights reserved.