public static final class GetKubernetesSourceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetKubernetesSourceRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
GetKubernetesSourceRequest |
build() |
GetKubernetesSourceRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
GetKubernetesSourceRequest.Builder |
isAll(Boolean isAll)
Specifies whether to obtain the information about all Kubernetes clusters.
|
GetKubernetesSourceRequest.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
public GetKubernetesSourceRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public GetKubernetesSourceRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
This parameter is required.
example:gw-c5d1aadb7df646cfb7065fbf75c1****
public GetKubernetesSourceRequest.Builder isAll(Boolean isAll)
Specifies whether to obtain the information about all Kubernetes clusters. If you set the value to false, only the information about unassociated clusters is obtained.
public GetKubernetesSourceRequest.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
example:vpc-bp1t50e045b5g7i3p****
public GetKubernetesSourceRequest build()
Copyright © 2026. All rights reserved.