public static interface SearchNetworkProfilesRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<SearchNetworkProfilesRequest.Builder,SearchNetworkProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchNetworkProfilesRequest.Builder |
filters(Collection<Filter> filters)
The filters to use to list a specified set of network profiles.
|
SearchNetworkProfilesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters to use to list a specified set of network profiles.
|
SearchNetworkProfilesRequest.Builder |
filters(Filter... filters)
The filters to use to list a specified set of network profiles.
|
SearchNetworkProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
SearchNetworkProfilesRequest.Builder |
nextToken(String nextToken)
An optional token returned from a prior request.
|
SearchNetworkProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchNetworkProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchNetworkProfilesRequest.Builder |
sortCriteria(Collection<Sort> sortCriteria)
The sort order to use to list the specified set of network profiles.
|
SearchNetworkProfilesRequest.Builder |
sortCriteria(Consumer<Sort.Builder>... sortCriteria)
The sort order to use to list the specified set of network profiles.
|
SearchNetworkProfilesRequest.Builder |
sortCriteria(Sort... sortCriteria)
The sort order to use to list the specified set of network profiles.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchNetworkProfilesRequest.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.
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.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.
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.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.
filters - The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName,
Ssid, and SecurityType.SearchNetworkProfilesRequest.Builder filters(Filter... filters)
The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.
filters - The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName,
Ssid, and SecurityType.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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) 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.
sortCriteria - The sort order to use to list the specified set of network profiles. Valid sort criteria includes
NetworkProfileName, Ssid, and SecurityType.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.
sortCriteria - The sort order to use to list the specified set of network profiles. Valid sort criteria includes
NetworkProfileName, Ssid, and SecurityType.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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #sortCriteria(List) .sortCriteria - a consumer that will call methods on List.Builder #sortCriteria(List) SearchNetworkProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchNetworkProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.