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