public static interface SearchProfilesRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<SearchProfilesRequest.Builder,SearchProfilesRequest>
Modifier and Type | Method and Description |
---|---|
SearchProfilesRequest.Builder |
filters(Collection<Filter> filters)
The filters to use to list a specified set of room profiles.
|
SearchProfilesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters to use to list a specified set of room profiles.
|
SearchProfilesRequest.Builder |
filters(Filter... filters)
The filters to use to list a specified set of room profiles.
|
SearchProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
SearchProfilesRequest.Builder |
nextToken(String nextToken)
An optional token returned from a prior request.
|
SearchProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SearchProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SearchProfilesRequest.Builder |
sortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of room profiles.
|
SearchProfilesRequest.Builder |
sortCriteria(Consumer<Sort.Builder>... sortCriteria)
The sort order to use in listing the specified set of room profiles.
|
SearchProfilesRequest.Builder |
sortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of room profiles.
|
build
overrideConfiguration
copy
applyMutation, build
SearchProfilesRequest.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
.SearchProfilesRequest.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.SearchProfilesRequest.Builder filters(Collection<Filter> filters)
The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and Address. Required.
filters
- The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and
Address. Required.SearchProfilesRequest.Builder filters(Filter... filters)
The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and Address. Required.
filters
- The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and
Address. Required.SearchProfilesRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and Address. Required.
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)
SearchProfilesRequest.Builder sortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of room profiles. Supported sort keys are ProfileName and Address.
sortCriteria
- The sort order to use in listing the specified set of room profiles. Supported sort keys are
ProfileName and Address.SearchProfilesRequest.Builder sortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of room profiles. Supported sort keys are ProfileName and Address.
sortCriteria
- The sort order to use in listing the specified set of room profiles. Supported sort keys are
ProfileName and Address.SearchProfilesRequest.Builder sortCriteria(Consumer<Sort.Builder>... sortCriteria)
The sort order to use in listing the specified set of room profiles. Supported sort keys are ProfileName and Address.
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)
SearchProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SearchProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.