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
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
-
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.
-