Interface PromptMetadataEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PromptMetadataEntry.Builder,
,PromptMetadataEntry> SdkBuilder<PromptMetadataEntry.Builder,
,PromptMetadataEntry> SdkPojo
- Enclosing class:
PromptMetadataEntry
@Mutable
@NotThreadSafe
public static interface PromptMetadataEntry.Builder
extends SdkPojo, CopyableBuilder<PromptMetadataEntry.Builder,PromptMetadataEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe key of a metadata tag for a prompt variant.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-