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.
ThingGroupIndexingMode
public void setThingGroupIndexingMode(java.lang.String thingGroupIndexingMode)
Thing group indexing mode.
Constraints:
Allowed Values: OFF, ON
thingGroupIndexingMode
- Thing group indexing mode.
ThingGroupIndexingMode
public 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.
ThingGroupIndexingMode
public void setThingGroupIndexingMode(ThingGroupIndexingMode thingGroupIndexingMode)
Thing group indexing mode.
Constraints:
Allowed Values: OFF, ON
thingGroupIndexingMode
- Thing group indexing mode.
ThingGroupIndexingMode
public 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.
ThingGroupIndexingMode
public 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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.