Interface AssertionAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssertionAttributes.Builder,AssertionAttributes>,SdkBuilder<AssertionAttributes.Builder,AssertionAttributes>,SdkPojo
- Enclosing class:
- AssertionAttributes
public static interface AssertionAttributes.Builder extends SdkPojo, CopyableBuilder<AssertionAttributes.Builder,AssertionAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssertionAttributes.Builderemail(String email)The name of the attribute within the SAML assertion to use as the email names for SAML users.AssertionAttributes.Buildergroups(String groups)The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.AssertionAttributes.Builderlogin(String login)The name of the attribute within the SAML assertion to use as the login names for SAML users.AssertionAttributes.Buildername(String name)The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.AssertionAttributes.Builderorg(String org)The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.AssertionAttributes.Builderrole(String role)The name of the attribute within the SAML assertion to use as the user roles.-
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
-
email
AssertionAttributes.Builder email(String email)
The name of the attribute within the SAML assertion to use as the email names for SAML users.
- Parameters:
email- The name of the attribute within the SAML assertion to use as the email names for SAML users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
AssertionAttributes.Builder groups(String groups)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
- Parameters:
groups- The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
login
AssertionAttributes.Builder login(String login)
The name of the attribute within the SAML assertion to use as the login names for SAML users.
- Parameters:
login- The name of the attribute within the SAML assertion to use as the login names for SAML users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AssertionAttributes.Builder name(String name)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
- Parameters:
name- The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
org
AssertionAttributes.Builder org(String org)
The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.
- Parameters:
org- The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
AssertionAttributes.Builder role(String role)
The name of the attribute within the SAML assertion to use as the user roles.
- Parameters:
role- The name of the attribute within the SAML assertion to use as the user roles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-