Interface PromptVariableValues.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PromptVariableValues.Builder,
,PromptVariableValues> SdkBuilder<PromptVariableValues.Builder,
,PromptVariableValues> SdkPojo
- Enclosing class:
PromptVariableValues
@Mutable
@NotThreadSafe
public static interface PromptVariableValues.Builder
extends SdkPojo, CopyableBuilder<PromptVariableValues.Builder,PromptVariableValues>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-