Class FeaturedDocumentMissing
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.FeaturedDocumentMissing
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FeaturedDocumentMissing.Builder,FeaturedDocumentMissing>
@Generated("software.amazon.awssdk:codegen") public final class FeaturedDocumentMissing extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FeaturedDocumentMissing.Builder,FeaturedDocumentMissing>
A document ID doesn't exist but you have specified as a featured document. Amazon Kendra cannot feature the document if it doesn't exist in the index. You can check the status of a document and its ID or check for documents with status errors using the BatchGetDocumentStatus API.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFeaturedDocumentMissing.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FeaturedDocumentMissing.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the document that doesn't exist but you have specified as a featured document.List<SdkField<?>>sdkFields()static Class<? extends FeaturedDocumentMissing.Builder>serializableBuilderClass()FeaturedDocumentMissing.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier of the document that doesn't exist but you have specified as a featured document.
- Returns:
- The identifier of the document that doesn't exist but you have specified as a featured document.
-
toBuilder
public FeaturedDocumentMissing.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FeaturedDocumentMissing.Builder,FeaturedDocumentMissing>
-
builder
public static FeaturedDocumentMissing.Builder builder()
-
serializableBuilderClass
public static Class<? extends FeaturedDocumentMissing.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-