Interface Filter.Builder

    • Method Detail

      • attributePath

        Filter.Builder attributePath​(String attributePath)

        The attribute path that is used to specify which attribute name to search. Length limit is 255 characters. For example, UserName is a valid attribute path for the ListUsers API, and DisplayName is a valid attribute path for the ListGroups API.

        Parameters:
        attributePath - The attribute path that is used to specify which attribute name to search. Length limit is 255 characters. For example, UserName is a valid attribute path for the ListUsers API, and DisplayName is a valid attribute path for the ListGroups API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeValue

        Filter.Builder attributeValue​(String attributeValue)

        Represents the data for an attribute. Each attribute value is described as a name-value pair.

        Parameters:
        attributeValue - Represents the data for an attribute. Each attribute value is described as a name-value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.