Interface TextPrompt.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TextPrompt.Builder,,TextPrompt> SdkBuilder<TextPrompt.Builder,,TextPrompt> SdkPojo
- Enclosing class:
TextPrompt
@Mutable
@NotThreadSafe
public static interface TextPrompt.Builder
extends SdkPojo, CopyableBuilder<TextPrompt.Builder,TextPrompt>
-
Method Summary
Modifier and TypeMethodDescriptionThe text in the text prompt to optimize.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
text
The text in the text prompt to optimize.
- Parameters:
text- The text in the text prompt to optimize.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-