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. This is an optional field. For more information, see Managed fields in the Amazon Web Services IoT Core Developer Guide.
managedFields - Contains fields that are indexed and whose types are already known by the Fleet Indexing service. This
is an optional field. For more information, see Managed fields in the Amazon Web Services IoT Core Developer Guide.ThingGroupIndexingConfiguration.Builder managedFields(Field... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service. This is an optional field. For more information, see Managed fields in the Amazon Web Services IoT Core Developer Guide.
managedFields - Contains fields that are indexed and whose types are already known by the Fleet Indexing service. This
is an optional field. For more information, see Managed fields in the Amazon Web Services IoT Core Developer Guide.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 an optional field. For more information, see Managed fields in the Amazon Web Services IoT Core Developer Guide.
This is a convenience method that creates an instance of theField.Builder avoiding the need to create one manually via
Field.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #managedFields(List.
managedFields - a consumer that will call methods on Field.Builder#managedFields(java.util.Collection) 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 method that creates an instance of theField.Builder avoiding the need to create one manually via
Field.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #customFields(List.
customFields - a consumer that will call methods on Field.Builder#customFields(java.util.Collection) Copyright © 2022. All rights reserved.