Uses of Interface
software.amazon.awssdk.services.grafana.model.RoleValues.Builder
-
Packages that use RoleValues.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of RoleValues.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return RoleValues.Builder Modifier and Type Method Description RoleValues.BuilderRoleValues.Builder. admin(String... admin)A list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.RoleValues.BuilderRoleValues.Builder. admin(Collection<String> admin)A list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.static RoleValues.BuilderRoleValues. builder()RoleValues.BuilderRoleValues.Builder. editor(String... editor)A list of groups from the SAML assertion attribute to grant the GrafanaEditorrole to.RoleValues.BuilderRoleValues.Builder. editor(Collection<String> editor)A list of groups from the SAML assertion attribute to grant the GrafanaEditorrole to.RoleValues.BuilderRoleValues. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type RoleValues.Builder Modifier and Type Method Description static Class<? extends RoleValues.Builder>RoleValues. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type RoleValues.Builder Modifier and Type Method Description default SamlConfiguration.BuilderSamlConfiguration.Builder. roleValues(Consumer<RoleValues.Builder> roleValues)A structure containing arrays that map group names in the SAML assertion to the GrafanaAdminandEditorroles in the workspace.
-