Interface PromptMetadataEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PromptMetadataEntry.Builder,PromptMetadataEntry>,SdkBuilder<PromptMetadataEntry.Builder,PromptMetadataEntry>,SdkPojo
- Enclosing class:
- PromptMetadataEntry
public static interface PromptMetadataEntry.Builder extends SdkPojo, CopyableBuilder<PromptMetadataEntry.Builder,PromptMetadataEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PromptMetadataEntry.Builderkey(String key)The key of a metadata tag for a prompt variant.PromptMetadataEntry.Buildervalue(String value)The value of a metadata tag for a prompt variant.-
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
-
key
PromptMetadataEntry.Builder key(String key)
The key of a metadata tag for a prompt variant.
- Parameters:
key- The key of a metadata tag for a prompt variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
PromptMetadataEntry.Builder value(String value)
The value of a metadata tag for a prompt variant.
- Parameters:
value- The value of a metadata tag for a prompt variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-