public static final class DescribeSecretResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSecretResponseBody.Data |
build() |
DescribeSecretResponseBody.Data.Builder |
createTime(Long createTime)
The time when the task was created.
|
DescribeSecretResponseBody.Data.Builder |
namespaceId(String namespaceId)
The ID of the namespace.
|
DescribeSecretResponseBody.Data.Builder |
relateApps(List<DescribeSecretResponseBody.RelateApps> relateApps)
The associated application.
|
DescribeSecretResponseBody.Data.Builder |
secretData(Map<String,String> secretData)
Secret key-value pair data.
|
DescribeSecretResponseBody.Data.Builder |
secretId(Long secretId)
The ID of the Secret instance.
|
DescribeSecretResponseBody.Data.Builder |
secretName(String secretName)
The name of the Secret instance.
|
DescribeSecretResponseBody.Data.Builder |
secretType(String secretType)
The type of the Secret instance.
|
DescribeSecretResponseBody.Data.Builder |
updateTime(Long updateTime)
The time when the task was updated.
|
public DescribeSecretResponseBody.Data.Builder createTime(Long createTime)
The time when the task was created.
example:1593746835111
public DescribeSecretResponseBody.Data.Builder namespaceId(String namespaceId)
The ID of the namespace.
example:cn-beijing:test
public DescribeSecretResponseBody.Data.Builder relateApps(List<DescribeSecretResponseBody.RelateApps> relateApps)
The associated application.
public DescribeSecretResponseBody.Data.Builder secretData(Map<String,String> secretData)
Secret key-value pair data.
public DescribeSecretResponseBody.Data.Builder secretId(Long secretId)
The ID of the Secret instance.
example:16
public DescribeSecretResponseBody.Data.Builder secretName(String secretName)
The name of the Secret instance.
example:registry-auth
public DescribeSecretResponseBody.Data.Builder secretType(String secretType)
The type of the Secret instance.
example:kubernetes.io/dockerconfigjson
public DescribeSecretResponseBody.Data.Builder updateTime(Long updateTime)
The time when the task was updated.
example:1593746835111
public DescribeSecretResponseBody.Data build()
Copyright © 2026. All rights reserved.