@Stability(value=Stable)
public static interface CfnComponent.ComponentPropertyBindingPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
This enables exposed properties on the top level component to propagate data to the component's property values.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.amplifyuibuilder.*;
ComponentPropertyBindingPropertiesProperty componentPropertyBindingPropertiesProperty = ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponent.ComponentPropertyBindingPropertiesProperty.Builder
A builder for
CfnComponent.ComponentPropertyBindingPropertiesProperty |
static class |
CfnComponent.ComponentPropertyBindingPropertiesProperty.Jsii$Proxy
An implementation for
CfnComponent.ComponentPropertyBindingPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponent.ComponentPropertyBindingPropertiesProperty.Builder |
builder() |
default String |
getField()
The data field to bind the property to.
|
String |
getProperty()
The component property to bind to the data field.
|
@Stability(value=Stable) @NotNull String getProperty()
@Stability(value=Stable) @Nullable default String getField()
@Stability(value=Stable) static CfnComponent.ComponentPropertyBindingPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.