public static interface DeleteCollectionDetail.Builder extends SdkPojo, CopyableBuilder<DeleteCollectionDetail.Builder,DeleteCollectionDetail>
| Modifier and Type | Method and Description |
|---|---|
DeleteCollectionDetail.Builder |
id(String id)
The unique identifier of the collection.
|
DeleteCollectionDetail.Builder |
name(String name)
The name of the collection.
|
DeleteCollectionDetail.Builder |
status(CollectionStatus status)
The current status of the collection.
|
DeleteCollectionDetail.Builder |
status(String status)
The current status of the collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCollectionDetail.Builder id(String id)
The unique identifier of the collection.
id - The unique identifier of the collection.DeleteCollectionDetail.Builder name(String name)
The name of the collection.
name - The name of the collection.DeleteCollectionDetail.Builder status(String status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusDeleteCollectionDetail.Builder status(CollectionStatus status)
The current status of the collection.
status - The current status of the collection.CollectionStatus,
CollectionStatusCopyright © 2023. All rights reserved.