public static final class DescribeConfigMapResponseBody.Data.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeConfigMapResponseBody.Data |
build() |
DescribeConfigMapResponseBody.Data.Builder |
configMapId(Long configMapId)
The name of the ConfigMap instance.
|
DescribeConfigMapResponseBody.Data.Builder |
createTime(Long createTime)
The application that is associated with the instance.
|
DescribeConfigMapResponseBody.Data.Builder |
data(Map<String,?> data)
The ID of the namespace to which the instance belongs.
|
DescribeConfigMapResponseBody.Data.Builder |
description(String description)
The time when the instance was created.
|
DescribeConfigMapResponseBody.Data.Builder |
name(String name)
The returned error code.
|
DescribeConfigMapResponseBody.Data.Builder |
namespaceId(String namespaceId)
The description of the instance.
|
DescribeConfigMapResponseBody.Data.Builder |
relateApps(List<DescribeConfigMapResponseBody.RelateApps> relateApps)
The name of the application.
|
DescribeConfigMapResponseBody.Data.Builder |
updateTime(Long updateTime)
The data of ConfigMap key-value pairs.
|
public DescribeConfigMapResponseBody.Data.Builder configMapId(Long configMapId)
public DescribeConfigMapResponseBody.Data.Builder createTime(Long createTime)
public DescribeConfigMapResponseBody.Data.Builder data(Map<String,?> data)
public DescribeConfigMapResponseBody.Data.Builder description(String description)
public DescribeConfigMapResponseBody.Data.Builder name(String name)
* If the call is successful, the **ErrorCode** parameter is not returned. * If the call fails, the **ErrorCode** parameter is returned. For more information, see the "**Error codes**" section of this topic.
public DescribeConfigMapResponseBody.Data.Builder namespaceId(String namespaceId)
public DescribeConfigMapResponseBody.Data.Builder relateApps(List<DescribeConfigMapResponseBody.RelateApps> relateApps)
public DescribeConfigMapResponseBody.Data.Builder updateTime(Long updateTime)
{"k1":"v1", "k2":"v2"} k specifies a key and v specifies a value. For more information, see [Manage and use configurations](~~171326~~).
public DescribeConfigMapResponseBody.Data build()
Copyright © 2024. All rights reserved.