Uses of Interface
software.amazon.awssdk.services.kendra.model.Status.Builder
-
Packages that use Status.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Status.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return Status.Builder Modifier and Type Method Description static Status.BuilderStatus. builder()Status.BuilderStatus.Builder. documentId(String documentId)The identifier of the document.Status.BuilderStatus.Builder. documentStatus(String documentStatus)The current status of a document.Status.BuilderStatus.Builder. documentStatus(DocumentStatus documentStatus)The current status of a document.Status.BuilderStatus.Builder. failureCode(String failureCode)Indicates the source of the error.Status.BuilderStatus.Builder. failureReason(String failureReason)Provides detailed information about why the document couldn't be indexed.Status.BuilderStatus. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Status.Builder Modifier and Type Method Description static Class<? extends Status.Builder>Status. serializableBuilderClass()
-