Uses of Class
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.Builder
Package
Description
AWS::AmplifyUIBuilder Construct Library
-
Uses of CfnComponent.Builder in software.amazon.awscdk.services.amplifyuibuilder
Modifier and TypeMethodDescriptionThe unique ID of the Amplify app associated with the component.CfnComponent.Builder.bindingProperties
(Map<String, ? extends Object> bindingProperties) The information to connect a component's properties to data at runtime.CfnComponent.Builder.bindingProperties
(IResolvable bindingProperties) The information to connect a component's properties to data at runtime.A list of the component'sComponentChild
instances.CfnComponent.Builder.children
(IResolvable children) A list of the component'sComponentChild
instances.CfnComponent.Builder.collectionProperties
(Map<String, ? extends Object> collectionProperties) The data binding configuration for the component's properties.CfnComponent.Builder.collectionProperties
(IResolvable collectionProperties) The data binding configuration for the component's properties.CfnComponent.Builder.componentType
(String componentType) The type of the component.static CfnComponent.Builder
CfnComponent.Builder.environmentName
(String environmentName) The name of the backend environment that is a part of the Amplify app.Describes the events that can be raised on the component.CfnComponent.Builder.events
(IResolvable events) Describes the events that can be raised on the component.The name of the component.Describes the component's properties that can be overriden in a customized instance of the component.CfnComponent.Builder.properties
(Map<String, ? extends Object> properties) Describes the component's properties.CfnComponent.Builder.properties
(IResolvable properties) Describes the component's properties.CfnComponent.Builder.schemaVersion
(String schemaVersion) The schema version of the component when it was imported.The unique ID of the component in its original source system, such as Figma.One or more key-value pairs to use when tagging the component.A list of the component's variants.CfnComponent.Builder.variants
(IResolvable variants) A list of the component's variants.