public static interface ThingGroupIndexingConfiguration.Builder extends SdkPojo, CopyableBuilder<ThingGroupIndexingConfiguration.Builder,ThingGroupIndexingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ThingGroupIndexingConfiguration.Builder |
customFields(Collection<Field> customFields)
A list of thing group fields to index.
|
ThingGroupIndexingConfiguration.Builder |
customFields(Consumer<Field.Builder>... customFields)
A list of thing group fields to index.
|
ThingGroupIndexingConfiguration.Builder |
customFields(Field... customFields)
A list of thing group fields to index.
|
ThingGroupIndexingConfiguration.Builder |
managedFields(Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
ThingGroupIndexingConfiguration.Builder |
managedFields(Consumer<Field.Builder>... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
ThingGroupIndexingConfiguration.Builder |
managedFields(Field... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
ThingGroupIndexingConfiguration.Builder |
thingGroupIndexingMode(String thingGroupIndexingMode)
Thing group indexing mode.
|
ThingGroupIndexingConfiguration.Builder |
thingGroupIndexingMode(ThingGroupIndexingMode thingGroupIndexingMode)
Thing group indexing mode.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThingGroupIndexingConfiguration.Builder thingGroupIndexingMode(String thingGroupIndexingMode)
Thing group indexing mode.
thingGroupIndexingMode - Thing group indexing mode.ThingGroupIndexingMode,
ThingGroupIndexingModeThingGroupIndexingConfiguration.Builder thingGroupIndexingMode(ThingGroupIndexingMode thingGroupIndexingMode)
Thing group indexing mode.
thingGroupIndexingMode - Thing group indexing mode.ThingGroupIndexingMode,
ThingGroupIndexingModeThingGroupIndexingConfiguration.Builder managedFields(Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
managedFields - Contains fields that are indexed and whose types are already known by the Fleet Indexing service.ThingGroupIndexingConfiguration.Builder managedFields(Field... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
managedFields - Contains fields that are indexed and whose types are already known by the Fleet Indexing service.ThingGroupIndexingConfiguration.Builder managedFields(Consumer<Field.Builder>... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
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 #managedFields(List) .managedFields - a consumer that will call methods on List.Builder #managedFields(List) ThingGroupIndexingConfiguration.Builder customFields(Collection<Field> customFields)
A list of thing group fields to index. This list cannot contain any managed fields. Use the GetIndexingConfiguration API to get a list of managed fields.
Contains custom field names and their data type.
customFields - A list of thing group fields to index. This list cannot contain any managed fields. Use the
GetIndexingConfiguration API to get a list of managed fields.
Contains custom field names and their data type.
ThingGroupIndexingConfiguration.Builder customFields(Field... customFields)
A list of thing group fields to index. This list cannot contain any managed fields. Use the GetIndexingConfiguration API to get a list of managed fields.
Contains custom field names and their data type.
customFields - A list of thing group fields to index. This list cannot contain any managed fields. Use the
GetIndexingConfiguration API to get a list of managed fields.
Contains custom field names and their data type.
ThingGroupIndexingConfiguration.Builder customFields(Consumer<Field.Builder>... customFields)
A list of thing group fields to index. This list cannot contain any managed fields. Use the GetIndexingConfiguration API to get a list of managed fields.
Contains custom field names and their data type.
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 #customFields(List) .customFields - a consumer that will call methods on List.Builder #customFields(List) Copyright © 2020. All rights reserved.