Interface SearchNetworkProfilesRequest.Builder

    • Method Detail

      • nextToken

        SearchNetworkProfilesRequest.Builder nextToken​(String nextToken)

        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

        Parameters:
        nextToken - An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        SearchNetworkProfilesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        Parameters:
        maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchNetworkProfilesRequest.Builder filters​(Collection<Filter> filters)

        The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.

        Parameters:
        filters - The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchNetworkProfilesRequest.Builder filters​(Filter... filters)

        The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.

        Parameters:
        filters - The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchNetworkProfilesRequest.Builder filters​(Consumer<Filter.Builder>... filters)

        The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.

        This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #filters(List).

        Parameters:
        filters - a consumer that will call methods on Filter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #filters(java.util.Collection)
      • sortCriteria

        SearchNetworkProfilesRequest.Builder sortCriteria​(Collection<Sort> sortCriteria)

        The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.

        Parameters:
        sortCriteria - The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortCriteria

        SearchNetworkProfilesRequest.Builder sortCriteria​(Sort... sortCriteria)

        The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.

        Parameters:
        sortCriteria - The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortCriteria

        SearchNetworkProfilesRequest.Builder sortCriteria​(Consumer<Sort.Builder>... sortCriteria)

        The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.

        This is a convenience method that creates an instance of the Sort.Builder avoiding the need to create one manually via Sort.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #sortCriteria(List).

        Parameters:
        sortCriteria - a consumer that will call methods on Sort.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #sortCriteria(java.util.Collection)