Interface RoleValues.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RoleValues.Builder,,- RoleValues> - SdkBuilder<RoleValues.Builder,,- RoleValues> - SdkPojo
- Enclosing class:
- RoleValues
@Mutable
@NotThreadSafe
public static interface RoleValues.Builder
extends SdkPojo, CopyableBuilder<RoleValues.Builder,RoleValues> 
- 
Method SummaryModifier and TypeMethodDescriptionA list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.admin(Collection<String> admin) A list of groups from the SAML assertion attribute to grant the GrafanaAdminrole to.A list of groups from the SAML assertion attribute to grant the GrafanaEditorrole to.editor(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
adminA 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 Grafana- Adminrole to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
adminA 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 Grafana- Adminrole to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
editorA 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 Grafana- Editorrole to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
editorA 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 Grafana- Editorrole to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-