Interface RoleValues.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoleValues.Builder,RoleValues>,SdkBuilder<RoleValues.Builder,RoleValues>,SdkPojo
- Enclosing class:
- RoleValues
public static interface RoleValues.Builder extends SdkPojo, CopyableBuilder<RoleValues.Builder,RoleValues>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleValues.Builderadmin(String... admin)A list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.RoleValues.Builderadmin(Collection<String> admin)A list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.RoleValues.Buildereditor(String... editor)A list of groups from the SAML assertion attribute to grant the GrafanaEditorrole to.RoleValues.Buildereditor(Collection<String> editor)A list of groups from the SAML assertion attribute to grant the GrafanaEditorrole to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
admin
RoleValues.Builder admin(Collection<String> admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Adminrole to.- Parameters:
admin- A list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
admin
RoleValues.Builder admin(String... admin)
A list of groups from the SAML assertion attribute to grant the Grafana
Adminrole to.- Parameters:
admin- A list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
editor
RoleValues.Builder editor(Collection<String> editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editorrole to.- Parameters:
editor- A list of groups from the SAML assertion attribute to grant the GrafanaEditorrole to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
editor
RoleValues.Builder editor(String... editor)
A list of groups from the SAML assertion attribute to grant the Grafana
Editorrole to.- Parameters:
editor- A list of groups from the SAML assertion attribute to grant the GrafanaEditorrole to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-