public static interface IndexingFilter.Builder extends SdkPojo, CopyableBuilder<IndexingFilter.Builder,IndexingFilter>
| Modifier and Type | Method and Description |
|---|---|
IndexingFilter.Builder |
namedShadowNames(Collection<String> namedShadowNames)
The shadow names that you select to index.
|
IndexingFilter.Builder |
namedShadowNames(String... namedShadowNames)
The shadow names that you select to index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIndexingFilter.Builder namedShadowNames(Collection<String> namedShadowNames)
The shadow names that you select to index. The default maximum number of shadow names for indexing is 10. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon Web Services General Reference.
namedShadowNames - The shadow names that you select to index. The default maximum number of shadow names for indexing is
10. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon Web Services General
Reference.IndexingFilter.Builder namedShadowNames(String... namedShadowNames)
The shadow names that you select to index. The default maximum number of shadow names for indexing is 10. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon Web Services General Reference.
namedShadowNames - The shadow names that you select to index. The default maximum number of shadow names for indexing is
10. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon Web Services General
Reference.Copyright © 2022. All rights reserved.