@Beta public final class UpdateRoleParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateRoleParams.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateRoleParams.Builder |
create() |
static UpdateRoleParams.Builder |
create(Role role) |
String |
getDescription() |
String |
getDisplayName() |
PrincipalKey |
getKey() |
Role |
update(Role source) |
public PrincipalKey getKey()
public String getDisplayName()
public String getDescription()
public static UpdateRoleParams.Builder create()
public static UpdateRoleParams.Builder create(Role role)