public static final class ModifyCustomerGatewayAttributeResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyCustomerGatewayAttributeResponseBody |
build() |
ModifyCustomerGatewayAttributeResponseBody.Builder |
createTime(Long createTime)
The timestamp generated when the customer gateway was created.
|
ModifyCustomerGatewayAttributeResponseBody.Builder |
customerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
ModifyCustomerGatewayAttributeResponseBody.Builder |
description(String description)
The description of the customer gateway.
|
ModifyCustomerGatewayAttributeResponseBody.Builder |
ipAddress(String ipAddress)
The public IP address of the gateway device in the data center.
|
ModifyCustomerGatewayAttributeResponseBody.Builder |
name(String name)
The name of the customer gateway.
|
ModifyCustomerGatewayAttributeResponseBody.Builder |
requestId(String requestId)
The request ID.
|
ModifyCustomerGatewayAttributeResponseBody.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the customer gateway belongs.
|
public ModifyCustomerGatewayAttributeResponseBody.Builder createTime(Long createTime)
public ModifyCustomerGatewayAttributeResponseBody.Builder customerGatewayId(String customerGatewayId)
public ModifyCustomerGatewayAttributeResponseBody.Builder description(String description)
public ModifyCustomerGatewayAttributeResponseBody.Builder ipAddress(String ipAddress)
public ModifyCustomerGatewayAttributeResponseBody.Builder name(String name)
public ModifyCustomerGatewayAttributeResponseBody.Builder requestId(String requestId)
public ModifyCustomerGatewayAttributeResponseBody.Builder resourceGroupId(String resourceGroupId)
You can call the [ListResourceGroups](~~158855~~) operation to query resource groups.
public ModifyCustomerGatewayAttributeResponseBody build()
Copyright © 2024. All rights reserved.