public static interface BatchDeleteFeaturedResultsSetError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteFeaturedResultsSetError.Builder,BatchDeleteFeaturedResultsSetError>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteFeaturedResultsSetError.Builder |
errorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError.Builder |
errorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError.Builder |
errorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError.Builder |
id(String id)
The identifier of the set of featured results that couldn't be removed from the index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteFeaturedResultsSetError.Builder id(String id)
The identifier of the set of featured results that couldn't be removed from the index.
id - The identifier of the set of featured results that couldn't be removed from the index.BatchDeleteFeaturedResultsSetError.Builder errorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
BatchDeleteFeaturedResultsSetError.Builder errorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
BatchDeleteFeaturedResultsSetError.Builder errorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
errorMessage - An explanation for why the set of featured results couldn't be removed from the index.Copyright © 2023. All rights reserved.