Interface EntitlementAttribute.Builder

    • Method Detail

      • name

        EntitlementAttribute.Builder name​(String name)

        A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

        The following are valid values:

        • roles

        • department

        • organization

        • groups

        • title

        • costCenter

        • userType

        Parameters:
        name - A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

        The following are valid values:

        • roles

        • department

        • organization

        • groups

        • title

        • costCenter

        • userType

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        EntitlementAttribute.Builder value​(String value)

        A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

        Parameters:
        value - A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.