| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Component.Builder |
Component.Builder.appId(String appId)
The unique ID of the Amplify app associated with the component.
|
Component.Builder |
Component.Builder.bindingProperties(Map<String,ComponentBindingPropertiesValue> bindingProperties)
The information to connect a component's properties to data at runtime.
|
static Component.Builder |
Component.builder() |
Component.Builder |
Component.Builder.children(Collection<ComponentChild> children)
A list of the component's
ComponentChild instances. |
Component.Builder |
Component.Builder.children(ComponentChild... children)
A list of the component's
ComponentChild instances. |
Component.Builder |
Component.Builder.children(Consumer<ComponentChild.Builder>... children)
A list of the component's
ComponentChild instances. |
Component.Builder |
Component.Builder.collectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for the component's properties.
|
Component.Builder |
Component.Builder.componentType(String componentType)
The type of the component.
|
Component.Builder |
Component.Builder.createdAt(Instant createdAt)
The time that the component was created.
|
Component.Builder |
Component.Builder.environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
Component.Builder |
Component.Builder.events(Map<String,ComponentEvent> events)
Describes the events that can be raised on the component.
|
Component.Builder |
Component.Builder.id(String id)
The unique ID of the component.
|
Component.Builder |
Component.Builder.modifiedAt(Instant modifiedAt)
The time that the component was modified.
|
Component.Builder |
Component.Builder.name(String name)
The name of the component.
|
Component.Builder |
Component.Builder.overrides(Map<String,? extends Map<String,String>> overrides)
Describes the component's properties that can be overriden in a customized instance of the component.
|
Component.Builder |
Component.Builder.properties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
Component.Builder |
Component.Builder.schemaVersion(String schemaVersion)
The schema version of the component when it was imported.
|
Component.Builder |
Component.Builder.sourceId(String sourceId)
The unique ID of the component in its original source system, such as Figma.
|
Component.Builder |
Component.Builder.tags(Map<String,String> tags)
One or more key-value pairs to use when tagging the component.
|
Component.Builder |
Component.toBuilder() |
Component.Builder |
Component.Builder.variants(Collection<ComponentVariant> variants)
A list of the component's variants.
|
Component.Builder |
Component.Builder.variants(ComponentVariant... variants)
A list of the component's variants.
|
Component.Builder |
Component.Builder.variants(Consumer<ComponentVariant.Builder>... variants)
A list of the component's variants.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Component.Builder> |
Component.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetComponentResponse.Builder |
GetComponentResponse.Builder.component(Consumer<Component.Builder> component)
Represents the configuration settings for the component.
|
default UpdateComponentResponse.Builder |
UpdateComponentResponse.Builder.entity(Consumer<Component.Builder> entity)
Describes the configuration of the updated component.
|
default CreateComponentResponse.Builder |
CreateComponentResponse.Builder.entity(Consumer<Component.Builder> entity)
Describes the configuration of the new component.
|
Copyright © 2023. All rights reserved.