Interface SearchTypesRequest.Builder

    • Method Detail

      • domainIdentifier

        SearchTypesRequest.Builder domainIdentifier​(String domainIdentifier)

        The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action.

        Parameters:
        domainIdentifier - The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchTypesRequest.Builder filters​(FilterClause filters)

        The filters for the SearchTypes action.

        Parameters:
        filters - The filters for the SearchTypes action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managed

        SearchTypesRequest.Builder managed​(Boolean managed)

        Parameters:
        managed -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        SearchTypesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in a single call to SearchTypes. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchTypes to list the next set of results.

        Parameters:
        maxResults - The maximum number of results to return in a single call to SearchTypes. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchTypes to list the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchTypesRequest.Builder nextToken​(String nextToken)

        When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchTypes to list the next set of results.

        Parameters:
        nextToken - When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchTypes to list the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchIn

        SearchTypesRequest.Builder searchIn​(SearchInItem... searchIn)

        Parameters:
        searchIn -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchScope

        SearchTypesRequest.Builder searchScope​(String searchScope)

        Specifies the scope of the search for types.

        Parameters:
        searchScope - Specifies the scope of the search for types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TypesSearchScope, TypesSearchScope
      • searchText

        SearchTypesRequest.Builder searchText​(String searchText)

        Specifies the text for which to search.

        Parameters:
        searchText - Specifies the text for which to search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sort

        SearchTypesRequest.Builder sort​(SearchSort sort)

        The specifies the way to sort the SearchTypes results.

        Parameters:
        sort - The specifies the way to sort the SearchTypes results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.