| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static CollectionErrorDetail.Builder |
CollectionErrorDetail.builder() |
CollectionErrorDetail.Builder |
CollectionErrorDetail.Builder.errorCode(String errorCode)
The error code for the request.
|
CollectionErrorDetail.Builder |
CollectionErrorDetail.Builder.errorMessage(String errorMessage)
A description of the error.
|
CollectionErrorDetail.Builder |
CollectionErrorDetail.Builder.id(String id)
If the request contains collection IDs, the response includes the IDs provided in the request.
|
CollectionErrorDetail.Builder |
CollectionErrorDetail.Builder.name(String name)
If the request contains collection names, the response includes the names provided in the request.
|
CollectionErrorDetail.Builder |
CollectionErrorDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CollectionErrorDetail.Builder> |
CollectionErrorDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.