Interface RetrievalResultCustomDocumentLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetrievalResultCustomDocumentLocation.Builder,
,RetrievalResultCustomDocumentLocation> SdkBuilder<RetrievalResultCustomDocumentLocation.Builder,
,RetrievalResultCustomDocumentLocation> SdkPojo
- Enclosing class:
RetrievalResultCustomDocumentLocation
@Mutable
@NotThreadSafe
public static interface RetrievalResultCustomDocumentLocation.Builder
extends SdkPojo, CopyableBuilder<RetrievalResultCustomDocumentLocation.Builder,RetrievalResultCustomDocumentLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the document.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
-
id
The ID of the document.
- Parameters:
id
- The ID of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-