| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentData |
CreateComponentData.addBindingPropertiesEntry(String key,
ComponentBindingPropertiesValue value)
Add a single BindingProperties entry
|
CreateComponentData |
CreateComponentData.addCollectionPropertiesEntry(String key,
ComponentDataConfiguration value)
Add a single CollectionProperties entry
|
CreateComponentData |
CreateComponentData.addEventsEntry(String key,
ComponentEvent value)
Add a single Events entry
|
CreateComponentData |
CreateComponentData.addOverridesEntry(String key,
Map<String,String> value)
Add a single Overrides entry
|
CreateComponentData |
CreateComponentData.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
CreateComponentData |
CreateComponentData.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateComponentData |
CreateComponentData.clearBindingPropertiesEntries()
Removes all the entries added into BindingProperties.
|
CreateComponentData |
CreateComponentData.clearCollectionPropertiesEntries()
Removes all the entries added into CollectionProperties.
|
CreateComponentData |
CreateComponentData.clearEventsEntries()
Removes all the entries added into Events.
|
CreateComponentData |
CreateComponentData.clearOverridesEntries()
Removes all the entries added into Overrides.
|
CreateComponentData |
CreateComponentData.clearPropertiesEntries()
Removes all the entries added into Properties.
|
CreateComponentData |
CreateComponentData.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateComponentData |
CreateComponentData.clone() |
CreateComponentData |
CreateComponentRequest.getComponentToCreate()
Represents the configuration of the component to create.
|
CreateComponentData |
CreateComponentData.withBindingProperties(Map<String,ComponentBindingPropertiesValue> bindingProperties)
The data binding information for the component's properties.
|
CreateComponentData |
CreateComponentData.withChildren(Collection<ComponentChild> children)
A list of child components that are instances of the main component.
|
CreateComponentData |
CreateComponentData.withChildren(ComponentChild... children)
A list of child components that are instances of the main component.
|
CreateComponentData |
CreateComponentData.withCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for customizing a component's properties.
|
CreateComponentData |
CreateComponentData.withComponentType(String componentType)
The component type.
|
CreateComponentData |
CreateComponentData.withEvents(Map<String,ComponentEvent> events)
The event configuration for the component.
|
CreateComponentData |
CreateComponentData.withName(String name)
The name of the component
|
CreateComponentData |
CreateComponentData.withOverrides(Map<String,Map<String,String>> overrides)
Describes the component properties that can be overriden to customize an instance of the component.
|
CreateComponentData |
CreateComponentData.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
CreateComponentData |
CreateComponentData.withSchemaVersion(String schemaVersion)
The schema version of the component when it was imported.
|
CreateComponentData |
CreateComponentData.withSourceId(String sourceId)
The unique ID of the component in its original source system, such as Figma.
|
CreateComponentData |
CreateComponentData.withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the component data.
|
CreateComponentData |
CreateComponentData.withVariants(Collection<ComponentVariant> variants)
A list of the unique variants of this component.
|
CreateComponentData |
CreateComponentData.withVariants(ComponentVariant... variants)
A list of the unique variants of this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateComponentRequest.setComponentToCreate(CreateComponentData componentToCreate)
Represents the configuration of the component to create.
|
CreateComponentRequest |
CreateComponentRequest.withComponentToCreate(CreateComponentData componentToCreate)
Represents the configuration of the component to create.
|
Copyright © 2025. All rights reserved.