public static interface SearchDevicesRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<SearchDevicesRequest.Builder,SearchDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesRequest.Builder |
filters(Collection<Filter> filters)
The filters to use to list a specified set of devices.
|
SearchDevicesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters to use to list a specified set of devices.
|
SearchDevicesRequest.Builder |
filters(Filter... filters)
The filters to use to list a specified set of devices.
|
SearchDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
SearchDevicesRequest.Builder |
nextToken(String nextToken)
An optional token returned from a prior request.
|
SearchDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchDevicesRequest.Builder |
sortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of devices.
|
SearchDevicesRequest.Builder |
sortCriteria(Consumer<Sort.Builder>... sortCriteria)
The sort order to use in listing the specified set of devices.
|
SearchDevicesRequest.Builder |
sortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of devices.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchDevicesRequest.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.SearchDevicesRequest.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.SearchDevicesRequest.Builder filters(Collection<Filter> filters)
The filters to use to list a specified set of devices. Supported filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly, ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
filters - The filters to use to list a specified set of devices. Supported filter keys are DeviceName,
DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly,
ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature, and
FailureCode.SearchDevicesRequest.Builder filters(Filter... filters)
The filters to use to list a specified set of devices. Supported filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly, ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
filters - The filters to use to list a specified set of devices. Supported filter keys are DeviceName,
DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly,
ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature, and
FailureCode.SearchDevicesRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters to use to list a specified set of devices. Supported filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly, ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
This is a convenience method that creates an instance of theFilter.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.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) SearchDevicesRequest.Builder sortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of devices. Supported sort keys are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus, NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
sortCriteria - The sort order to use in listing the specified set of devices. Supported sort keys are DeviceName,
DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus, NetworkProfileName,
NetworkProfileArn, Feature, and FailureCode.SearchDevicesRequest.Builder sortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of devices. Supported sort keys are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus, NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
sortCriteria - The sort order to use in listing the specified set of devices. Supported sort keys are DeviceName,
DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus, NetworkProfileName,
NetworkProfileArn, Feature, and FailureCode.SearchDevicesRequest.Builder sortCriteria(Consumer<Sort.Builder>... sortCriteria)
The sort order to use in listing the specified set of devices. Supported sort keys are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus, NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
This is a convenience method that creates an instance of theSort.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.
sortCriteria - a consumer that will call methods on
Sort.Builder#sortCriteria(java.util.Collection) SearchDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.