CopyableBuilder<InstancePortState.Builder,InstancePortState>, SdkBuilder<InstancePortState.Builder,InstancePortState>public static interface InstancePortState.Builder extends CopyableBuilder<InstancePortState.Builder,InstancePortState>
| Modifier and Type | Method | Description |
|---|---|---|
InstancePortState.Builder |
fromPort(Integer fromPort) |
The first port in the range.
|
InstancePortState.Builder |
protocol(String protocol) |
The protocol being used.
|
InstancePortState.Builder |
protocol(NetworkProtocol protocol) |
The protocol being used.
|
InstancePortState.Builder |
state(String state) |
Specifies whether the instance port is
open or closed. |
InstancePortState.Builder |
state(PortState state) |
Specifies whether the instance port is
open or closed. |
InstancePortState.Builder |
toPort(Integer toPort) |
The last port in the range.
|
copyapply, buildInstancePortState.Builder fromPort(Integer fromPort)
The first port in the range.
fromPort - The first port in the range.InstancePortState.Builder toPort(Integer toPort)
The last port in the range.
toPort - The last port in the range.InstancePortState.Builder protocol(String protocol)
The protocol being used. Can be one of the following.
tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery
of streamed data between applications running on hosts communicating by an IP network. If you have an
application that doesn't require reliable data stream service, use UDP instead.
all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia.
udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams)
to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up
transmission channels or data paths. Applications that don't require reliable data stream service can use
UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If
you do require reliable data stream service, use TCP instead.
protocol - The protocol being used. Can be one of the following.
tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked
delivery of streamed data between applications running on hosts communicating by an IP network. If you
have an application that doesn't require reliable data stream service, use UDP instead.
all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia.
udp - With User Datagram Protocol (UDP), computer applications can send messages (or
datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required
to set up transmission channels or data paths. Applications that don't require reliable data stream
service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency
over reliability. If you do require reliable data stream service, use TCP instead.
NetworkProtocolInstancePortState.Builder protocol(NetworkProtocol protocol)
The protocol being used. Can be one of the following.
tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery
of streamed data between applications running on hosts communicating by an IP network. If you have an
application that doesn't require reliable data stream service, use UDP instead.
all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia.
udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams)
to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up
transmission channels or data paths. Applications that don't require reliable data stream service can use
UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If
you do require reliable data stream service, use TCP instead.
protocol - The protocol being used. Can be one of the following.
tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked
delivery of streamed data between applications running on hosts communicating by an IP network. If you
have an application that doesn't require reliable data stream service, use UDP instead.
all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia.
udp - With User Datagram Protocol (UDP), computer applications can send messages (or
datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required
to set up transmission channels or data paths. Applications that don't require reliable data stream
service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency
over reliability. If you do require reliable data stream service, use TCP instead.
NetworkProtocolInstancePortState.Builder state(String state)
Specifies whether the instance port is open or closed.
state - Specifies whether the instance port is open or closed.PortStateInstancePortState.Builder state(PortState state)
Specifies whether the instance port is open or closed.
state - Specifies whether the instance port is open or closed.PortStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.