| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentConditionProperty.Builder |
ComponentConditionProperty.builder() |
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.elseValue(ComponentProperty elseValue)
The value to assign to the property if the condition is not met.
|
default ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.elseValue(Consumer<ComponentProperty.Builder> elseValue)
The value to assign to the property if the condition is not met.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.field(String field)
The name of a field.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.operand(String operand)
The value of the property to evaluate.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.operandType(String operandType)
The type of the property to evaluate.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.operator(String operator)
The operator to use to perform the evaluation, such as
eq to represent equals. |
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.property(String property)
The name of the conditional property.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.then(ComponentProperty then)
The value to assign to the property if the condition is met.
|
default ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.then(Consumer<ComponentProperty.Builder> then)
The value to assign to the property if the condition is met.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentConditionProperty.Builder> |
ComponentConditionProperty.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ComponentProperty.Builder |
ComponentProperty.Builder.condition(Consumer<ComponentConditionProperty.Builder> condition)
The conditional expression to use to assign a value to the component property.
|
Copyright © 2022. All rights reserved.