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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomDocumentIdentifier.Builderid(String id)The 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 Detail
-
id
CustomDocumentIdentifier.Builder id(String 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.
-
-