public static final class DeleteLogstashRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteLogstashRequest |
build() |
DeleteLogstashRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteLogstashRequest.Builder |
deleteType(String deleteType)
The type of the release operation.
|
DeleteLogstashRequest.Builder |
instanceId(String instanceId)
The ID of the cluster.
|
public DeleteLogstashRequest.Builder instanceId(String instanceId)
public DeleteLogstashRequest.Builder clientToken(String clientToken)
public DeleteLogstashRequest.Builder deleteType(String deleteType)
* immediate: The cluster is immediately deleted when it is released. After the cluster is deleted, the data stored in the cluster is deleted, and the system removes the cluster from the Logstash cluster list. * protective: The cluster is released 24 hours later. During the period of 24 hours, you can still find the cluster in the Logstash cluster list, and [restore the cluster](~~202205~~) or [immediately release the cluster](~~160591~~). After 24 hours elapse, the data stored in the cluster is deleted.
public DeleteLogstashRequest build()
Copyright © 2024. All rights reserved.