| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static NumericQuestionPropertyValueAutomation.Builder |
NumericQuestionPropertyValueAutomation.builder() |
NumericQuestionPropertyValueAutomation.Builder |
NumericQuestionPropertyValueAutomation.Builder.label(NumericQuestionPropertyAutomationLabel label)
The property label of the automation.
|
NumericQuestionPropertyValueAutomation.Builder |
NumericQuestionPropertyValueAutomation.Builder.label(String label)
The property label of the automation.
|
NumericQuestionPropertyValueAutomation.Builder |
NumericQuestionPropertyValueAutomation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NumericQuestionPropertyValueAutomation.Builder> |
NumericQuestionPropertyValueAutomation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationFormNumericQuestionAutomation |
EvaluationFormNumericQuestionAutomation.fromPropertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)
Create an instance of this class with
EvaluationFormNumericQuestionAutomation.propertyValue() initialized to the given value. |
default EvaluationFormNumericQuestionAutomation.Builder |
EvaluationFormNumericQuestionAutomation.Builder.propertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)
The property value of the automation.
|
Copyright © 2023. All rights reserved.