Interface AgenticRetrieveCitationReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgenticRetrieveCitationReference.Builder,,AgenticRetrieveCitationReference> SdkBuilder<AgenticRetrieveCitationReference.Builder,,AgenticRetrieveCitationReference> SdkPojo
- Enclosing class:
AgenticRetrieveCitationReference
@Mutable
@NotThreadSafe
public static interface AgenticRetrieveCitationReference.Builder
extends SdkPojo, CopyableBuilder<AgenticRetrieveCitationReference.Builder,AgenticRetrieveCitationReference>
-
Method Summary
Modifier and TypeMethodDescriptionresultIndex(Integer resultIndex) Index into the results array on the same event.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
-
resultIndex
Index into the results array on the same event.
- Parameters:
resultIndex- Index into the results array on the same event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-