| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentRequest |
ComponentRequest.addPropertiesEntry(String key,
PropertyRequest value)
Add a single Properties entry
|
ComponentRequest |
ComponentRequest.addPropertyGroupsEntry(String key,
ComponentPropertyGroupRequest value)
Add a single PropertyGroups entry
|
ComponentRequest |
ComponentRequest.clearPropertiesEntries()
Removes all the entries added into Properties.
|
ComponentRequest |
ComponentRequest.clearPropertyGroupsEntries()
Removes all the entries added into PropertyGroups.
|
ComponentRequest |
ComponentRequest.clone() |
ComponentRequest |
ComponentRequest.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
ComponentRequest |
ComponentRequest.withDescription(String description)
The description of the component request.
|
ComponentRequest |
ComponentRequest.withProperties(Map<String,PropertyRequest> properties)
An object that maps strings to the properties to set in the component type.
|
ComponentRequest |
ComponentRequest.withPropertyGroups(Map<String,ComponentPropertyGroupRequest> propertyGroups)
The property groups.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentRequest> |
CreateEntityRequest.getComponents()
An object that maps strings to the components in the entity.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEntityRequest |
CreateEntityRequest.addComponentsEntry(String key,
ComponentRequest value)
Add a single Components entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEntityRequest.setComponents(Map<String,ComponentRequest> components)
An object that maps strings to the components in the entity.
|
CreateEntityRequest |
CreateEntityRequest.withComponents(Map<String,ComponentRequest> components)
An object that maps strings to the components in the entity.
|
Copyright © 2024. All rights reserved.