Class GroupDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public GroupDetails.Builder name​(String name)
        Name of user Group
        Parameters:
        name - the value to set
        Returns:
        this builder
      • domain

        public GroupDetails.Builder domain​(String domain)
        Identity domain name
        Parameters:
        domain - the value to set
        Returns:
        this builder
      • stackMonitoringRole

        public 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

        Parameters:
        stackMonitoringRole - the value to set
        Returns:
        this builder