| Package | Description |
|---|---|
| software.amazon.awscdk.services.amplifyuibuilder |
AWS::AmplifyUIBuilder Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnComponent.Builder |
CfnComponent.Builder.bindingProperties(IResolvable bindingProperties)
The information to connect a component's properties to data at runtime.
|
CfnComponent.Builder |
CfnComponent.Builder.bindingProperties(Map<String,? extends Object> bindingProperties)
The information to connect a component's properties to data at runtime.
|
CfnComponent.Builder |
CfnComponent.Builder.children(IResolvable children)
A list of the component's `ComponentChild` instances.
|
CfnComponent.Builder |
CfnComponent.Builder.children(List<? extends Object> children)
A list of the component's `ComponentChild` instances.
|
CfnComponent.Builder |
CfnComponent.Builder.collectionProperties(IResolvable collectionProperties)
The data binding configuration for the component's properties.
|
CfnComponent.Builder |
CfnComponent.Builder.collectionProperties(Map<String,? extends Object> collectionProperties)
The data binding configuration for the component's properties.
|
CfnComponent.Builder |
CfnComponent.Builder.componentType(String componentType)
The type of the component.
|
static CfnComponent.Builder |
CfnComponent.Builder.create(software.constructs.Construct scope,
String id) |
CfnComponent.Builder |
CfnComponent.Builder.events(IResolvable events)
Describes the events that can be raised on the component.
|
CfnComponent.Builder |
CfnComponent.Builder.events(Map<String,? extends Object> events)
Describes the events that can be raised on the component.
|
CfnComponent.Builder |
CfnComponent.Builder.name(String name)
The name of the component.
|
CfnComponent.Builder |
CfnComponent.Builder.overrides(IResolvable overrides)
Describes the component's properties that can be overriden in a customized instance of the component.
|
CfnComponent.Builder |
CfnComponent.Builder.overrides(Map<String,? extends Object> overrides)
Describes the component's properties that can be overriden in a customized instance of the component.
|
CfnComponent.Builder |
CfnComponent.Builder.properties(IResolvable properties)
Describes the component's properties.
|
CfnComponent.Builder |
CfnComponent.Builder.properties(Map<String,? extends Object> properties)
Describes the component's properties.
|
CfnComponent.Builder |
CfnComponent.Builder.schemaVersion(String schemaVersion)
The schema version of the component when it was imported.
|
CfnComponent.Builder |
CfnComponent.Builder.sourceId(String sourceId)
The unique ID of the component in its original source system, such as Figma.
|
CfnComponent.Builder |
CfnComponent.Builder.tags(Map<String,String> tags)
One or more key-value pairs to use when tagging the component.
|
CfnComponent.Builder |
CfnComponent.Builder.variants(IResolvable variants)
A list of the component's variants.
|
CfnComponent.Builder |
CfnComponent.Builder.variants(List<? extends Object> variants)
A list of the component's variants.
|
Copyright © 2022. All rights reserved.