public class ThingGroupIndexingConfiguration
extends java.lang.Object
implements java.io.Serializable
Thing group indexing configuration.
| Constructor and Description |
|---|
ThingGroupIndexingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Field> |
getCustomFields()
A list of thing group fields to index.
|
java.util.List<Field> |
getManagedFields()
Contains fields that are indexed and whose types are already known by the
Fleet Indexing service.
|
java.lang.String |
getThingGroupIndexingMode()
Thing group indexing mode.
|
int |
hashCode() |
void |
setCustomFields(java.util.Collection<Field> customFields)
A list of thing group fields to index.
|
void |
setManagedFields(java.util.Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the
Fleet Indexing service.
|
void |
setThingGroupIndexingMode(java.lang.String thingGroupIndexingMode)
Thing group indexing mode.
|
void |
setThingGroupIndexingMode(ThingGroupIndexingMode thingGroupIndexingMode)
Thing group indexing mode.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ThingGroupIndexingConfiguration |
withCustomFields(java.util.Collection<Field> customFields)
A list of thing group fields to index.
|
ThingGroupIndexingConfiguration |
withCustomFields(Field... customFields)
A list of thing group fields to index.
|
ThingGroupIndexingConfiguration |
withManagedFields(java.util.Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the
Fleet Indexing service.
|
ThingGroupIndexingConfiguration |
withManagedFields(Field... managedFields)
Contains fields that are indexed and whose types are already known by the
Fleet Indexing service.
|
ThingGroupIndexingConfiguration |
withThingGroupIndexingMode(java.lang.String thingGroupIndexingMode)
Thing group indexing mode.
|
ThingGroupIndexingConfiguration |
withThingGroupIndexingMode(ThingGroupIndexingMode thingGroupIndexingMode)
Thing group indexing mode.
|
public java.lang.String getThingGroupIndexingMode()
Thing group indexing mode.
Constraints:
Allowed Values: OFF, ON
Thing group indexing mode.
ThingGroupIndexingModepublic void setThingGroupIndexingMode(java.lang.String thingGroupIndexingMode)
Thing group indexing mode.
Constraints:
Allowed Values: OFF, ON
thingGroupIndexingMode - Thing group indexing mode.
ThingGroupIndexingModepublic ThingGroupIndexingConfiguration withThingGroupIndexingMode(java.lang.String thingGroupIndexingMode)
Thing group indexing mode.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OFF, ON
thingGroupIndexingMode - Thing group indexing mode.
ThingGroupIndexingModepublic void setThingGroupIndexingMode(ThingGroupIndexingMode thingGroupIndexingMode)
Thing group indexing mode.
Constraints:
Allowed Values: OFF, ON
thingGroupIndexingMode - Thing group indexing mode.
ThingGroupIndexingModepublic ThingGroupIndexingConfiguration withThingGroupIndexingMode(ThingGroupIndexingMode thingGroupIndexingMode)
Thing group indexing mode.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OFF, ON
thingGroupIndexingMode - Thing group indexing mode.
ThingGroupIndexingModepublic java.util.List<Field> getManagedFields()
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
public void setManagedFields(java.util.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.
public ThingGroupIndexingConfiguration withManagedFields(Field... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
Returns a reference to this object so that method calls can be chained together.
managedFields - Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
public ThingGroupIndexingConfiguration withManagedFields(java.util.Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
Returns a reference to this object so that method calls can be chained together.
managedFields - Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
public java.util.List<Field> getCustomFields()
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.
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.
public void setCustomFields(java.util.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.
public ThingGroupIndexingConfiguration withCustomFields(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.
Returns a reference to this object so that method calls can be chained together.
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.
public ThingGroupIndexingConfiguration withCustomFields(java.util.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.
Returns a reference to this object so that method calls can be chained together.
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.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.