Interface PromptInputVariable.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PromptInputVariable.Builder,PromptInputVariable>,SdkBuilder<PromptInputVariable.Builder,PromptInputVariable>,SdkPojo
- Enclosing class:
- PromptInputVariable
public static interface PromptInputVariable.Builder extends SdkPojo, CopyableBuilder<PromptInputVariable.Builder,PromptInputVariable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PromptInputVariable.Buildername(String name)The 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, sdkFields
-
-
-
-
Method Detail
-
name
PromptInputVariable.Builder name(String 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.
-
-