Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnComponentPropsMixin.Builder
Packages that use CfnComponentPropsMixin.Builder
-
Uses of CfnComponentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder
Methods in software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder that return CfnComponentPropsMixin.BuilderModifier and TypeMethodDescriptionThe unique ID of the Amplify app associated with the component.CfnComponentPropsMixin.Builder.bindingProperties(Map<String, ? extends Object> bindingProperties) The information to connect a component's properties to data at runtime.CfnComponentPropsMixin.Builder.bindingProperties(IResolvable bindingProperties) The information to connect a component's properties to data at runtime.A list of the component'sComponentChildinstances.CfnComponentPropsMixin.Builder.children(IResolvable children) A list of the component'sComponentChildinstances.CfnComponentPropsMixin.Builder.collectionProperties(Map<String, ? extends Object> collectionProperties) The data binding configuration for the component's properties.CfnComponentPropsMixin.Builder.collectionProperties(IResolvable collectionProperties) The data binding configuration for the component's properties.CfnComponentPropsMixin.Builder.componentType(String componentType) The type of the component.CfnComponentPropsMixin.Builder.create()CfnComponentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnComponentPropsMixin.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.CfnComponentPropsMixin.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.CfnComponentPropsMixin.Builder.properties(Map<String, ? extends Object> properties) Describes the component's properties.CfnComponentPropsMixin.Builder.properties(IResolvable properties) Describes the component's properties.CfnComponentPropsMixin.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.CfnComponentPropsMixin.Builder.variants(IResolvable variants) A list of the component's variants.