StructuredPojo
, ToCopyableBuilder<InstancePortState.Builder,InstancePortState>
@Generated("software.amazon.awssdk:codegen") public class InstancePortState extends Object implements StructuredPojo, ToCopyableBuilder<InstancePortState.Builder,InstancePortState>
Describes the port state.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InstancePortState.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InstancePortState.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Integer |
fromPort() |
The first port in the range.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
protocol() |
The protocol being used.
|
static Class<? extends InstancePortState.Builder> |
serializableBuilderClass() |
|
String |
state() |
Specifies whether the instance port is
open or closed . |
InstancePortState.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
Integer |
toPort() |
The last port in the range.
|
String |
toString() |
public Integer fromPort()
The first port in the range.
public Integer toPort()
The last port in the range.
public 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.
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.
NetworkProtocol
public String state()
Specifies whether the instance port is open
or closed
.
open
or closed
.PortState
public InstancePortState.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstancePortState.Builder,InstancePortState>
public static InstancePortState.Builder builder()
public static Class<? extends InstancePortState.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.