public static final class ModifyRouterInterfaceAttributeRequest.Builder extends Object
public ModifyRouterInterfaceAttributeRequest.Builder deleteHealthCheckIp(Boolean deleteHealthCheckIp)
* **true** * **false** (default)
public ModifyRouterInterfaceAttributeRequest.Builder description(String description)
The value must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
public ModifyRouterInterfaceAttributeRequest.Builder hcRate(Integer hcRate)
In this example, **HcThreshold** is set to **8** and **HcRate** is set to **2000**. In this example, probe packets are sent from **HealthCheckSourceIp** (source address) to **HealthCheckTargetIp** (destination address) every 2,000 seconds. If no response is returned for eight consecutive times, the health check fails.
public ModifyRouterInterfaceAttributeRequest.Builder hcThreshold(Integer hcThreshold)
public ModifyRouterInterfaceAttributeRequest.Builder healthCheckSourceIp(String healthCheckSourceIp)
> You can set this parameter when an Express Connect circuit is used.
public ModifyRouterInterfaceAttributeRequest.Builder healthCheckTargetIp(String healthCheckTargetIp)
> This parameter is required when **HealthCheckSourceIp** is specified.
public ModifyRouterInterfaceAttributeRequest.Builder name(String name)
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\_), and hyphens (-). The name must start with a letter.
public ModifyRouterInterfaceAttributeRequest.Builder oppositeInterfaceId(String oppositeInterfaceId)
public ModifyRouterInterfaceAttributeRequest.Builder oppositeInterfaceOwnerId(Long oppositeInterfaceOwnerId)
public ModifyRouterInterfaceAttributeRequest.Builder oppositeRouterId(String oppositeRouterId)
public ModifyRouterInterfaceAttributeRequest.Builder oppositeRouterType(String oppositeRouterType)
* **VRouter** * **VBR** (default)
public ModifyRouterInterfaceAttributeRequest.Builder ownerId(Long ownerId)
public ModifyRouterInterfaceAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ModifyRouterInterfaceAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyRouterInterfaceAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyRouterInterfaceAttributeRequest.Builder routerInterfaceId(String routerInterfaceId)
public ModifyRouterInterfaceAttributeRequest build()
Copyright © 2024. All rights reserved.