| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentChild |
ComponentChild.addEventsEntry(String key,
ComponentEvent value)
Add a single Events entry
|
ComponentChild |
ComponentChild.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
ComponentChild |
ComponentChild.clearEventsEntries()
Removes all the entries added into Events.
|
ComponentChild |
ComponentChild.clearPropertiesEntries()
Removes all the entries added into Properties.
|
ComponentChild |
ComponentChild.clone() |
ComponentChild |
ComponentChild.withChildren(Collection<ComponentChild> children)
The list of
ComponentChild instances for this component. |
ComponentChild |
ComponentChild.withChildren(ComponentChild... children)
The list of
ComponentChild instances for this component. |
ComponentChild |
ComponentChild.withComponentType(String componentType)
The type of the child component.
|
ComponentChild |
ComponentChild.withEvents(Map<String,ComponentEvent> events)
Describes the events that can be raised on the child component.
|
ComponentChild |
ComponentChild.withName(String name)
The name of the child component.
|
ComponentChild |
ComponentChild.withProperties(Map<String,ComponentProperty> properties)
Describes the properties of the child component.
|
ComponentChild |
ComponentChild.withSourceId(String sourceId)
The unique ID of the child component in its original source system, such as Figma.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentChild> |
Component.getChildren()
A list of the component's
ComponentChild instances. |
List<ComponentChild> |
CreateComponentData.getChildren()
A list of child components that are instances of the main component.
|
List<ComponentChild> |
ComponentChild.getChildren()
The list of
ComponentChild instances for this component. |
List<ComponentChild> |
UpdateComponentData.getChildren()
The components that are instances of the main component.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.withChildren(ComponentChild... children)
A list of the component's
ComponentChild instances. |
CreateComponentData |
CreateComponentData.withChildren(ComponentChild... children)
A list of child components that are instances of the main component.
|
ComponentChild |
ComponentChild.withChildren(ComponentChild... children)
The list of
ComponentChild instances for this component. |
UpdateComponentData |
UpdateComponentData.withChildren(ComponentChild... children)
The components that are instances of the main component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setChildren(Collection<ComponentChild> children)
A list of the component's
ComponentChild instances. |
void |
CreateComponentData.setChildren(Collection<ComponentChild> children)
A list of child components that are instances of the main component.
|
void |
ComponentChild.setChildren(Collection<ComponentChild> children)
The list of
ComponentChild instances for this component. |
void |
UpdateComponentData.setChildren(Collection<ComponentChild> children)
The components that are instances of the main component.
|
Component |
Component.withChildren(Collection<ComponentChild> children)
A list of the component's
ComponentChild instances. |
CreateComponentData |
CreateComponentData.withChildren(Collection<ComponentChild> children)
A list of child components that are instances of the main component.
|
ComponentChild |
ComponentChild.withChildren(Collection<ComponentChild> children)
The list of
ComponentChild instances for this component. |
UpdateComponentData |
UpdateComponentData.withChildren(Collection<ComponentChild> children)
The components that are instances of the main component.
|
Copyright © 2025. All rights reserved.