public static final class CreateCustomerGatewayResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateCustomerGatewayResponseBody |
build() |
CreateCustomerGatewayResponseBody.Builder |
createTime(Long createTime)
The timestamp generated when the customer gateway was created.
|
CreateCustomerGatewayResponseBody.Builder |
customerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
CreateCustomerGatewayResponseBody.Builder |
description(String description)
The description of the customer gateway.
|
CreateCustomerGatewayResponseBody.Builder |
ipAddress(String ipAddress)
The public IP address of the gateway device in the data center.
|
CreateCustomerGatewayResponseBody.Builder |
name(String name)
The name of the customer gateway.
|
CreateCustomerGatewayResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public CreateCustomerGatewayResponseBody.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 CreateCustomerGatewayResponseBody.Builder customerGatewayId(String customerGatewayId)
public CreateCustomerGatewayResponseBody.Builder description(String description)
public CreateCustomerGatewayResponseBody.Builder ipAddress(String ipAddress)
public CreateCustomerGatewayResponseBody.Builder name(String name)
public CreateCustomerGatewayResponseBody.Builder requestId(String requestId)
public CreateCustomerGatewayResponseBody build()
Copyright © 2024. All rights reserved.