@Stability(value=Stable)
public static interface CfnComponent.ComponentPropertyProperty
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.*;
ComponentConditionPropertyProperty componentConditionPropertyProperty_;
ComponentPropertyProperty componentPropertyProperty_;
ComponentPropertyProperty componentPropertyProperty = ComponentPropertyProperty.builder()
.bindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.bindings(FormBindingsProperty.builder().build())
.collectionBindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.concat(List.of(ComponentPropertyProperty.builder()
.bindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.bindings(FormBindingsProperty.builder().build())
.collectionBindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.concat(List.of(componentPropertyProperty_))
.condition(ComponentConditionPropertyProperty.builder()
.else(componentPropertyProperty_)
.field("field")
.operand("operand")
.operator("operator")
.property("property")
.then(componentPropertyProperty_)
.build())
.configured(false)
.defaultValue("defaultValue")
.event("event")
.importedValue("importedValue")
.model("model")
.type("type")
.userAttribute("userAttribute")
.value("value")
.build()))
.condition(ComponentConditionPropertyProperty.builder()
.else(ComponentPropertyProperty.builder()
.bindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.bindings(FormBindingsProperty.builder().build())
.collectionBindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.concat(List.of(componentPropertyProperty_))
.condition(componentConditionPropertyProperty_)
.configured(false)
.defaultValue("defaultValue")
.event("event")
.importedValue("importedValue")
.model("model")
.type("type")
.userAttribute("userAttribute")
.value("value")
.build())
.field("field")
.operand("operand")
.operator("operator")
.property("property")
.then(ComponentPropertyProperty.builder()
.bindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.bindings(FormBindingsProperty.builder().build())
.collectionBindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.concat(List.of(componentPropertyProperty_))
.condition(componentConditionPropertyProperty_)
.configured(false)
.defaultValue("defaultValue")
.event("event")
.importedValue("importedValue")
.model("model")
.type("type")
.userAttribute("userAttribute")
.value("value")
.build())
.build())
.configured(false)
.defaultValue("defaultValue")
.event("event")
.importedValue("importedValue")
.model("model")
.type("type")
.userAttribute("userAttribute")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponent.ComponentPropertyProperty.Builder
A builder for
CfnComponent.ComponentPropertyProperty |
static class |
CfnComponent.ComponentPropertyProperty.Jsii$Proxy
An implementation for
CfnComponent.ComponentPropertyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponent.ComponentPropertyProperty.Builder |
builder() |
default Object |
getBindingProperties()
`CfnComponent.ComponentPropertyProperty.BindingProperties`.
|
default Object |
getBindings()
`CfnComponent.ComponentPropertyProperty.Bindings`.
|
default Object |
getCollectionBindingProperties()
`CfnComponent.ComponentPropertyProperty.CollectionBindingProperties`.
|
default Object |
getConcat()
`CfnComponent.ComponentPropertyProperty.Concat`.
|
default Object |
getCondition()
`CfnComponent.ComponentPropertyProperty.Condition`.
|
default Object |
getConfigured()
`CfnComponent.ComponentPropertyProperty.Configured`.
|
default String |
getDefaultValue()
`CfnComponent.ComponentPropertyProperty.DefaultValue`.
|
default String |
getEvent()
`CfnComponent.ComponentPropertyProperty.Event`.
|
default String |
getImportedValue()
`CfnComponent.ComponentPropertyProperty.ImportedValue`.
|
default String |
getModel()
`CfnComponent.ComponentPropertyProperty.Model`.
|
default String |
getType()
`CfnComponent.ComponentPropertyProperty.Type`.
|
default String |
getUserAttribute()
`CfnComponent.ComponentPropertyProperty.UserAttribute`.
|
default String |
getValue()
`CfnComponent.ComponentPropertyProperty.Value`.
|
@Stability(value=Stable) @Nullable default Object getBindingProperties()
@Stability(value=Stable) @Nullable default Object getBindings()
@Stability(value=Stable) @Nullable default Object getCollectionBindingProperties()
@Stability(value=Stable) @Nullable default Object getConcat()
@Stability(value=Stable) @Nullable default Object getCondition()
@Stability(value=Stable) @Nullable default Object getConfigured()
@Stability(value=Stable) @Nullable default String getDefaultValue()
@Stability(value=Stable) @Nullable default String getEvent()
@Stability(value=Stable) @Nullable default String getImportedValue()
@Stability(value=Stable) @Nullable default String getModel()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getUserAttribute()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnComponent.ComponentPropertyProperty.Builder builder()
Copyright © 2021. All rights reserved.