Interface SearchPredefinedAttributesResponse.Builder

    • Method Detail

      • predefinedAttributes

        SearchPredefinedAttributesResponse.Builder predefinedAttributes​(Collection<PredefinedAttribute> predefinedAttributes)

        Predefined attributes matched by the search criteria.

        Parameters:
        predefinedAttributes - Predefined attributes matched by the search criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predefinedAttributes

        SearchPredefinedAttributesResponse.Builder predefinedAttributes​(PredefinedAttribute... predefinedAttributes)

        Predefined attributes matched by the search criteria.

        Parameters:
        predefinedAttributes - Predefined attributes matched by the search criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchPredefinedAttributesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approximateTotalCount

        SearchPredefinedAttributesResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The approximate number of predefined attributes which matched your search query.

        Parameters:
        approximateTotalCount - The approximate number of predefined attributes which matched your search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.