public static interface UpdateCollectionResponse.Builder extends OpenSearchServerlessResponse.Builder, SdkPojo, CopyableBuilder<UpdateCollectionResponse.Builder,UpdateCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateCollectionResponse.Builder |
updateCollectionDetail(Consumer<UpdateCollectionDetail.Builder> updateCollectionDetail)
Details about the updated collection.
|
UpdateCollectionResponse.Builder |
updateCollectionDetail(UpdateCollectionDetail updateCollectionDetail)
Details about the updated collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCollectionResponse.Builder updateCollectionDetail(UpdateCollectionDetail updateCollectionDetail)
Details about the updated collection.
updateCollectionDetail - Details about the updated collection.default UpdateCollectionResponse.Builder updateCollectionDetail(Consumer<UpdateCollectionDetail.Builder> updateCollectionDetail)
Details about the updated collection.
This is a convenience method that creates an instance of theUpdateCollectionDetail.Builder avoiding
the need to create one manually via UpdateCollectionDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to updateCollectionDetail(UpdateCollectionDetail).
updateCollectionDetail - a consumer that will call methods on UpdateCollectionDetail.BuilderupdateCollectionDetail(UpdateCollectionDetail)Copyright © 2023. All rights reserved.