Interface PromptVariableValues.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PromptVariableValues.Builder,PromptVariableValues>
,SdkBuilder<PromptVariableValues.Builder,PromptVariableValues>
,SdkPojo
- Enclosing class:
- PromptVariableValues
public static interface PromptVariableValues.Builder extends SdkPojo, CopyableBuilder<PromptVariableValues.Builder,PromptVariableValues>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PromptVariableValues.Builder
text(String text)
The text value that the variable maps to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
text
PromptVariableValues.Builder text(String text)
The text value that the variable maps to.
- Parameters:
text
- The text value that the variable maps to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-