| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstancePortState.Builder |
InstancePortState.builder() |
InstancePortState.Builder |
InstancePortState.Builder.cidrListAliases(Collection<String> cidrListAliases)
An alias that defines access for a preconfigured range of IP addresses.
|
InstancePortState.Builder |
InstancePortState.Builder.cidrListAliases(String... cidrListAliases)
An alias that defines access for a preconfigured range of IP addresses.
|
InstancePortState.Builder |
InstancePortState.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.
|
InstancePortState.Builder |
InstancePortState.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.
|
InstancePortState.Builder |
InstancePortState.Builder.fromPort(Integer fromPort)
The first port in a range of open ports on an instance.
|
InstancePortState.Builder |
InstancePortState.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.
|
InstancePortState.Builder |
InstancePortState.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.
|
InstancePortState.Builder |
InstancePortState.Builder.protocol(NetworkProtocol protocol)
The IP protocol name.
|
InstancePortState.Builder |
InstancePortState.Builder.protocol(String protocol)
The IP protocol name.
|
InstancePortState.Builder |
InstancePortState.Builder.state(PortState state)
Specifies whether the instance port is
open or closed. |
InstancePortState.Builder |
InstancePortState.Builder.state(String state)
Specifies whether the instance port is
open or closed. |
InstancePortState.Builder |
InstancePortState.toBuilder() |
InstancePortState.Builder |
InstancePortState.Builder.toPort(Integer toPort)
The last port in a range of open ports on an instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstancePortState.Builder> |
InstancePortState.serializableBuilderClass() |
Copyright © 2022. All rights reserved.