public static final class ValidateVpcConnectivityResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ValidateVpcConnectivityResponseBody |
build() |
ValidateVpcConnectivityResponseBody.Builder |
connected(Boolean connected)
Indicates whether the API Gateway instance is connected to the port.
|
ValidateVpcConnectivityResponseBody.Builder |
ipType(String ipType)
Indicates whether the instance in the authorization is an ECS instance or an SLB instance when the instance ID in the authorization is an IP address.
|
ValidateVpcConnectivityResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public ValidateVpcConnectivityResponseBody.Builder connected(Boolean connected)
* **true** * **false**
public ValidateVpcConnectivityResponseBody.Builder ipType(String ipType)
* **ECS** * **SLB** * **INVALID**: The instance type corresponding to the IP address is invalid.
public ValidateVpcConnectivityResponseBody.Builder requestId(String requestId)
public ValidateVpcConnectivityResponseBody build()
Copyright © 2024. All rights reserved.