InstancePortInfo.Builder |
InstancePortInfo.Builder.accessDirection(String accessDirection) |
The access direction (inbound or outbound).
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.accessDirection(AccessDirection accessDirection) |
The access direction (inbound or outbound).
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.accessFrom(String accessFrom) |
The location from which access is allowed.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.accessType(String accessType) |
The type of access (Public or Private).
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.accessType(PortAccessType accessType) |
The type of access (Public or Private).
|
static InstancePortInfo.Builder |
InstancePortInfo.builder() |
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.cidrListAliases(String... cidrListAliases) |
An alias that defines access for a preconfigured range of IP addresses.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.cidrListAliases(Collection<String> cidrListAliases) |
An alias that defines access for a preconfigured range of IP addresses.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.cidrs(String... cidrs) |
The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance
through the ports, and the protocol.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.cidrs(Collection<String> cidrs) |
The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance
through the ports, and the protocol.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.commonName(String commonName) |
The common name of the port information.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.fromPort(Integer fromPort) |
The first port in a range of open ports on an instance.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.ipv6Cidrs(String... ipv6Cidrs) |
The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance
through the ports, and the protocol.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.ipv6Cidrs(Collection<String> ipv6Cidrs) |
The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance
through the ports, and the protocol.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.protocol(String protocol) |
The IP protocol name.
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.protocol(NetworkProtocol protocol) |
The IP protocol name.
|
InstancePortInfo.Builder |
InstancePortInfo.toBuilder() |
|
InstancePortInfo.Builder |
InstancePortInfo.Builder.toPort(Integer toPort) |
The last port in a range of open ports on an instance.
|