Interface GenerativeReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GenerativeReference.Builder,
,GenerativeReference> SdkBuilder<GenerativeReference.Builder,
,GenerativeReference> SdkPojo
- Enclosing class:
GenerativeReference
@Mutable
@NotThreadSafe
public static interface GenerativeReference.Builder
extends SdkPojo, CopyableBuilder<GenerativeReference.Builder,GenerativeReference>
-
Method Summary
Modifier and TypeMethodDescriptiongenerationId
(String generationId) The identifier of the LLM model.The identifier of the LLM model.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
-
modelId
The identifier of the LLM model.
- Parameters:
modelId
- The identifier of the LLM model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationId
The identifier of the LLM model.
- Parameters:
generationId
- The identifier of the LLM model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-