| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.clone() |
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValue.getBindingProperties()
Describes the properties to customize with data at runtime.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withBucket(String bucket)
An Amazon S3 bucket.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withDefaultValue(String defaultValue)
The default value to assign to the property.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withField(String field)
The field to bind the data to.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withKey(String key)
The storage key for an Amazon S3 bucket.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withModel(String model)
An Amplify DataStore model.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withPredicates(Collection<Predicate> predicates)
A list of predicates for binding a component's properties to data.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withPredicates(Predicate... predicates)
A list of predicates for binding a component's properties to data.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withSlotName(String slotName)
The name of a component slot.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withUserAttribute(String userAttribute)
An authenticated user attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentBindingPropertiesValue.setBindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
|
ComponentBindingPropertiesValue |
ComponentBindingPropertiesValue.withBindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
|
Copyright © 2024. All rights reserved.