Uses of Interface
software.amazon.awssdk.services.opensearchserverless.model.CollectionErrorDetail.Builder
-
Packages that use CollectionErrorDetail.Builder Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of CollectionErrorDetail.Builder in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return CollectionErrorDetail.Builder Modifier and Type Method Description static CollectionErrorDetail.BuilderCollectionErrorDetail. builder()CollectionErrorDetail.BuilderCollectionErrorDetail.Builder. errorCode(String errorCode)The error code for the request.CollectionErrorDetail.BuilderCollectionErrorDetail.Builder. errorMessage(String errorMessage)A description of the error.CollectionErrorDetail.BuilderCollectionErrorDetail.Builder. id(String id)If the request contains collection IDs, the response includes the IDs provided in the request.CollectionErrorDetail.BuilderCollectionErrorDetail.Builder. name(String name)If the request contains collection names, the response includes the names provided in the request.CollectionErrorDetail.BuilderCollectionErrorDetail. toBuilder()Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type CollectionErrorDetail.Builder Modifier and Type Method Description static Class<? extends CollectionErrorDetail.Builder>CollectionErrorDetail. serializableBuilderClass()
-