Class GetUserFilter.Builder

  • Enclosing class:
    GetUserFilter

    public static final class GetUserFilter.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • attributePath

        public GetUserFilter.Builder attributePath​(java.lang.String attributePath)
        Parameters:
        attributePath - Attribute path that is used to specify which attribute name to search. Currently, `UserName` is the only valid attribute path.
        Returns:
        builder
      • attributeValue

        public GetUserFilter.Builder attributeValue​(java.lang.String attributeValue)
        Parameters:
        attributeValue - Value for an attribute.
        Returns:
        builder