* A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and * the reason that the status couldn't be found. *
*/ private java.util.List* The status of documents. The status indicates if the document is waiting to be indexed, is in the process of * indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the * reason why. *
*/ private java.util.List* A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and * the reason that the status couldn't be found. *
* * @return A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the * document and the reason that the status couldn't be found. */ public java.util.List* A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and * the reason that the status couldn't be found. *
* * @param errors * A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the * document and the reason that the status couldn't be found. */ public void setErrors(java.util.Collection* A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and * the reason that the status couldn't be found. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the * document and the reason that the status couldn't be found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDocumentStatusResult withErrors(BatchGetDocumentStatusResponseError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the document and * the reason that the status couldn't be found. *
* * @param errors * A list of documents that Amazon Kendra couldn't get the status for. The list includes the ID of the * document and the reason that the status couldn't be found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDocumentStatusResult withErrors(java.util.Collection* The status of documents. The status indicates if the document is waiting to be indexed, is in the process of * indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the * reason why. *
* * @return The status of documents. The status indicates if the document is waiting to be indexed, is in the process * of indexing, has completed indexing, or failed indexing. If a document failed indexing, the status * provides the reason why. */ public java.util.List* The status of documents. The status indicates if the document is waiting to be indexed, is in the process of * indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the * reason why. *
* * @param documentStatusList * The status of documents. The status indicates if the document is waiting to be indexed, is in the process * of indexing, has completed indexing, or failed indexing. If a document failed indexing, the status * provides the reason why. */ public void setDocumentStatusList(java.util.Collection* The status of documents. The status indicates if the document is waiting to be indexed, is in the process of * indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the * reason why. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDocumentStatusList(java.util.Collection)} or {@link #withDocumentStatusList(java.util.Collection)} if * you want to override the existing values. *
* * @param documentStatusList * The status of documents. The status indicates if the document is waiting to be indexed, is in the process * of indexing, has completed indexing, or failed indexing. If a document failed indexing, the status * provides the reason why. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDocumentStatusResult withDocumentStatusList(Status... documentStatusList) { if (this.documentStatusList == null) { setDocumentStatusList(new java.util.ArrayList* The status of documents. The status indicates if the document is waiting to be indexed, is in the process of * indexing, has completed indexing, or failed indexing. If a document failed indexing, the status provides the * reason why. *
* * @param documentStatusList * The status of documents. The status indicates if the document is waiting to be indexed, is in the process * of indexing, has completed indexing, or failed indexing. If a document failed indexing, the status * provides the reason why. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDocumentStatusResult withDocumentStatusList(java.util.Collection