Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentBindingPropertiesValue.Builder
-
Packages that use ComponentBindingPropertiesValue.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentBindingPropertiesValue.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ComponentBindingPropertiesValue.Builder Modifier and Type Method Description default ComponentBindingPropertiesValue.BuilderComponentBindingPropertiesValue.Builder. bindingProperties(Consumer<ComponentBindingPropertiesValueProperties.Builder> bindingProperties)Describes the properties to customize with data at runtime.ComponentBindingPropertiesValue.BuilderComponentBindingPropertiesValue.Builder. bindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)Describes the properties to customize with data at runtime.static ComponentBindingPropertiesValue.BuilderComponentBindingPropertiesValue. builder()ComponentBindingPropertiesValue.BuilderComponentBindingPropertiesValue.Builder. defaultValue(String defaultValue)The default value of the property.ComponentBindingPropertiesValue.BuilderComponentBindingPropertiesValue. toBuilder()ComponentBindingPropertiesValue.BuilderComponentBindingPropertiesValue.Builder. type(String type)The property type.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentBindingPropertiesValue.Builder Modifier and Type Method Description static Class<? extends ComponentBindingPropertiesValue.Builder>ComponentBindingPropertiesValue. serializableBuilderClass()
-