public static final class DeleteSecretRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteSecretRequest |
build() |
DeleteSecretRequest.Builder |
namespaceId(String namespaceId)
The ID of the namespace in which the Secret resides.
|
DeleteSecretRequest.Builder |
secretId(Long secretId)
The ID of the Secret to be deleted.
|
public DeleteSecretRequest.Builder namespaceId(String namespaceId)
The ID of the namespace in which the Secret resides. By default, the namespace ID is the same as the region ID.
This parameter is required.
example:cn-beijing:test
public DeleteSecretRequest.Builder secretId(Long secretId)
The ID of the Secret to be deleted. You can call the ListSecrets operation to view the Secret IDs.
This parameter is required.
example:16
public DeleteSecretRequest build()
Copyright © 2026. All rights reserved.