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)
public DeleteSecretRequest.Builder secretId(Long secretId)
public DeleteSecretRequest build()
Copyright © 2024. All rights reserved.