public static final class DescribeApplicationConfigResponseBody.SecretMountDesc.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeApplicationConfigResponseBody.SecretMountDesc |
build() |
DescribeApplicationConfigResponseBody.SecretMountDesc.Builder |
key(String key)
The key.
|
DescribeApplicationConfigResponseBody.SecretMountDesc.Builder |
mountPath(String mountPath)
The mount path.
|
DescribeApplicationConfigResponseBody.SecretMountDesc.Builder |
secretId(Long secretId)
SecretId.
|
DescribeApplicationConfigResponseBody.SecretMountDesc.Builder |
secretName(String secretName)
SecretName.
|
public DescribeApplicationConfigResponseBody.SecretMountDesc.Builder key(String key)
The key.
example:k1
public DescribeApplicationConfigResponseBody.SecretMountDesc.Builder mountPath(String mountPath)
The mount path.
example:/tmp
public DescribeApplicationConfigResponseBody.SecretMountDesc.Builder secretId(Long secretId)
public DescribeApplicationConfigResponseBody.SecretMountDesc.Builder secretName(String secretName)
public DescribeApplicationConfigResponseBody.SecretMountDesc build()
Copyright © 2026. All rights reserved.