| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.addBindingPropertiesEntry(String key,
ComponentBindingPropertiesValue value)
Add a single BindingProperties entry
|
Component |
Component.addCollectionPropertiesEntry(String key,
ComponentDataConfiguration value)
Add a single CollectionProperties entry
|
Component |
Component.addEventsEntry(String key,
ComponentEvent value)
Add a single Events entry
|
Component |
Component.addOverridesEntry(String key,
Map<String,String> value)
Add a single Overrides entry
|
Component |
Component.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
Component |
Component.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Component |
Component.clearBindingPropertiesEntries()
Removes all the entries added into BindingProperties.
|
Component |
Component.clearCollectionPropertiesEntries()
Removes all the entries added into CollectionProperties.
|
Component |
Component.clearEventsEntries()
Removes all the entries added into Events.
|
Component |
Component.clearOverridesEntries()
Removes all the entries added into Overrides.
|
Component |
Component.clearPropertiesEntries()
Removes all the entries added into Properties.
|
Component |
Component.clearTagsEntries()
Removes all the entries added into Tags.
|
Component |
Component.clone() |
Component |
GetComponentResult.getComponent()
Represents the configuration settings for the component.
|
Component |
UpdateComponentResult.getEntity()
Describes the configuration of the updated component.
|
Component |
CreateComponentResult.getEntity()
Describes the configuration of the new component.
|
Component |
Component.withAppId(String appId)
The unique ID of the Amplify app associated with the component.
|
Component |
Component.withBindingProperties(Map<String,ComponentBindingPropertiesValue> bindingProperties)
The information to connect a component's properties to data at runtime.
|
Component |
Component.withChildren(Collection<ComponentChild> children)
A list of the component's
ComponentChild instances. |
Component |
Component.withChildren(ComponentChild... children)
A list of the component's
ComponentChild instances. |
Component |
Component.withCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for the component's properties.
|
Component |
Component.withComponentType(String componentType)
The type of the component.
|
Component |
Component.withCreatedAt(Date createdAt)
The time that the component was created.
|
Component |
Component.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
Component |
Component.withEvents(Map<String,ComponentEvent> events)
Describes the events that can be raised on the component.
|
Component |
Component.withId(String id)
The unique ID of the component.
|
Component |
Component.withModifiedAt(Date modifiedAt)
The time that the component was modified.
|
Component |
Component.withName(String name)
The name of the component.
|
Component |
Component.withOverrides(Map<String,Map<String,String>> overrides)
Describes the component's properties that can be overriden in a customized instance of the component.
|
Component |
Component.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
Component |
Component.withSchemaVersion(String schemaVersion)
The schema version of the component when it was imported.
|
Component |
Component.withSourceId(String sourceId)
The unique ID of the component in its original source system, such as Figma.
|
Component |
Component.withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the component.
|
Component |
Component.withVariants(Collection<ComponentVariant> variants)
A list of the component's variants.
|
Component |
Component.withVariants(ComponentVariant... variants)
A list of the component's variants.
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ExportComponentsResult.getEntities()
Represents the configuration of the exported components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetComponentResult.setComponent(Component component)
Represents the configuration settings for the component.
|
void |
UpdateComponentResult.setEntity(Component entity)
Describes the configuration of the updated component.
|
void |
CreateComponentResult.setEntity(Component entity)
Describes the configuration of the new component.
|
GetComponentResult |
GetComponentResult.withComponent(Component component)
Represents the configuration settings for the component.
|
ExportComponentsResult |
ExportComponentsResult.withEntities(Component... entities)
Represents the configuration of the exported components.
|
UpdateComponentResult |
UpdateComponentResult.withEntity(Component entity)
Describes the configuration of the updated component.
|
CreateComponentResult |
CreateComponentResult.withEntity(Component entity)
Describes the configuration of the new component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportComponentsResult.setEntities(Collection<Component> entities)
Represents the configuration of the exported components.
|
ExportComponentsResult |
ExportComponentsResult.withEntities(Collection<Component> entities)
Represents the configuration of the exported components.
|
Copyright © 2024. All rights reserved.