@Stability(value=Stable)
public static interface CfnComponent.ComponentPropertyBindingPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnComponent.ComponentPropertyBindingPropertiesProperty.Field`.
|
String |
getProperty()
`CfnComponent.ComponentPropertyBindingPropertiesProperty.Property`.
|
@Stability(value=Stable) @Nullable default String getField()
@Stability(value=Stable) @NotNull String getProperty()
@Stability(value=Stable) static CfnComponent.ComponentPropertyBindingPropertiesProperty.Builder builder()
Copyright © 2021. All rights reserved.