| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinitionRequest |
PropertyDefinitionRequest.addConfigurationEntry(String key,
String value)
Add a single Configuration entry
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.clearConfigurationEntries()
Removes all the entries added into Configuration.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.clone() |
PropertyDefinitionRequest |
PropertyRequest.getDefinition()
An object that specifies information about a property.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withConfiguration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withDataType(DataType dataType)
An object that contains information about the data type.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withIsExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withIsRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withIsStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withIsTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyDefinitionRequest> |
UpdateComponentTypeRequest.getPropertyDefinitions()
An object that maps strings to the property definitions in the component type.
|
Map<String,PropertyDefinitionRequest> |
CreateComponentTypeRequest.getPropertyDefinitions()
An object that maps strings to the property definitions in the component type.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.addPropertyDefinitionsEntry(String key,
PropertyDefinitionRequest value)
Add a single PropertyDefinitions entry
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.addPropertyDefinitionsEntry(String key,
PropertyDefinitionRequest value)
Add a single PropertyDefinitions entry
|
void |
PropertyRequest.setDefinition(PropertyDefinitionRequest definition)
An object that specifies information about a property.
|
PropertyRequest |
PropertyRequest.withDefinition(PropertyDefinitionRequest definition)
An object that specifies information about a property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateComponentTypeRequest.setPropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
void |
CreateComponentTypeRequest.setPropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
UpdateComponentTypeRequest |
UpdateComponentTypeRequest.withPropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
CreateComponentTypeRequest |
CreateComponentTypeRequest.withPropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type.
|
Copyright © 2022. All rights reserved.