Interface ModelEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelEntry.Builder,,ModelEntry> SdkBuilder<ModelEntry.Builder,,ModelEntry> SdkPojo
- Enclosing class:
ModelEntry
@Mutable
@NotThreadSafe
public static interface ModelEntry.Builder
extends SdkPojo, CopyableBuilder<ModelEntry.Builder,ModelEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe model ID or glob pattern that identifies the model (for example,anthropic.claude-opus-*oropenai.gpt-oss-*).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
-
model
The model ID or glob pattern that identifies the model (for example,
anthropic.claude-opus-*oropenai.gpt-oss-*).- Parameters:
model- The model ID or glob pattern that identifies the model (for example,anthropic.claude-opus-*oropenai.gpt-oss-*).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-