Interface PromptInputVariable.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PromptInputVariable.Builder,
,PromptInputVariable> SdkBuilder<PromptInputVariable.Builder,
,PromptInputVariable> SdkPojo
- Enclosing class:
PromptInputVariable
@Mutable
@NotThreadSafe
public static interface PromptInputVariable.Builder
extends SdkPojo, CopyableBuilder<PromptInputVariable.Builder,PromptInputVariable>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the variable.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
-
name
The name of the variable.
- Parameters:
name
- The name of the variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-