public static final class DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet.Builder |
associatedPublicIp(DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSetAssociatedPublicIp associatedPublicIp)
The EIP that is associated with the secondary private IP address of the ENI.
|
DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet |
build() |
DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet.Builder |
primary(Boolean primary)
Indicates whether the IP address is the primary private IP address.
|
DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet.Builder |
privateIpAddress(String privateIpAddress)
The private IP address of the ENI.
|
public DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet.Builder associatedPublicIp(DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSetAssociatedPublicIp associatedPublicIp)
public DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet.Builder primary(Boolean primary)
* true: The IP address is the primary private IP address. * false: The IP address is a secondary private IP address.
public DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet.Builder privateIpAddress(String privateIpAddress)
public DescribeNetworkInterfaceAttributeResponseBody.PrivateIpSet build()
Copyright © 2024. All rights reserved.