@Stability(value=Stable)
public static interface CfnComponent.MutationActionSetStateParameterProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
Object bindings;
ComponentPropertyProperty componentPropertyProperty_;
MutationActionSetStateParameterProperty mutationActionSetStateParameterProperty = MutationActionSetStateParameterProperty.builder()
.componentName("componentName")
.property("property")
.set(ComponentPropertyProperty.builder()
.bindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.bindings(bindings)
.collectionBindingProperties(ComponentPropertyBindingPropertiesProperty.builder()
.property("property")
// the properties below are optional
.field("field")
.build())
.componentName("componentName")
.concat(List.of(componentPropertyProperty_))
.condition(ComponentConditionPropertyProperty.builder()
.else(componentPropertyProperty_)
.field("field")
.operand("operand")
.operandType("operandType")
.operator("operator")
.property("property")
.then(componentPropertyProperty_)
.build())
.configured(false)
.defaultValue("defaultValue")
.event("event")
.importedValue("importedValue")
.model("model")
.property("property")
.type("type")
.userAttribute("userAttribute")
.value("value")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponent.MutationActionSetStateParameterProperty.Builder
A builder for
CfnComponent.MutationActionSetStateParameterProperty |
static class |
CfnComponent.MutationActionSetStateParameterProperty.Jsii$Proxy
An implementation for
CfnComponent.MutationActionSetStateParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponent.MutationActionSetStateParameterProperty.Builder |
builder() |
String |
getComponentName()
The name of the component that is being modified.
|
String |
getProperty()
The name of the component property to apply the state configuration to.
|
Object |
getSet()
The state configuration to assign to the property.
|
@Stability(value=Stable) @NotNull String getComponentName()
@Stability(value=Stable) @NotNull String getProperty()
@Stability(value=Stable) @NotNull Object getSet()
@Stability(value=Stable) static CfnComponent.MutationActionSetStateParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.