public static final class CreateVpnAttachmentResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateVpnAttachmentResponseBody |
build() |
CreateVpnAttachmentResponseBody.Builder |
code(String code)
The status code returned by the current operation. **200** indicates that the operation is successful.
|
CreateVpnAttachmentResponseBody.Builder |
createTime(Long createTime)
The timestamp generated when the IPsec-VPN connection was established.
|
CreateVpnAttachmentResponseBody.Builder |
message(String message)
The information returned by the current operation.
|
CreateVpnAttachmentResponseBody.Builder |
name(String name)
The name of the IPsec-VPN connection.
|
CreateVpnAttachmentResponseBody.Builder |
requestId(String requestId)
The request ID.
|
CreateVpnAttachmentResponseBody.Builder |
success(Boolean success)
Indicates whether the current operation is successful.
|
CreateVpnAttachmentResponseBody.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the IPsec-VPN connection.
|
public CreateVpnAttachmentResponseBody.Builder code(String code)
public CreateVpnAttachmentResponseBody.Builder createTime(Long createTime)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
public CreateVpnAttachmentResponseBody.Builder message(String message)
public CreateVpnAttachmentResponseBody.Builder name(String name)
public CreateVpnAttachmentResponseBody.Builder requestId(String requestId)
public CreateVpnAttachmentResponseBody.Builder success(Boolean success)
* **true** * **false**
public CreateVpnAttachmentResponseBody.Builder vpnConnectionId(String vpnConnectionId)
public CreateVpnAttachmentResponseBody build()
Copyright © 2024. All rights reserved.