@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtocolDetails extends Object implements Serializable, Cloneable, StructuredPojo
The protocol settings that are configured for your server.
This type is only valid in the UpdateServer API.
| Constructor and Description |
|---|
ProtocolDetails() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDetails |
clone() |
boolean |
equals(Object obj) |
String |
getPassiveIp()
Indicates passive mode, for FTP and FTPS protocols.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPassiveIp(String passiveIp)
Indicates passive mode, for FTP and FTPS protocols.
|
String |
toString()
Returns a string representation of this object.
|
ProtocolDetails |
withPassiveIp(String passiveIp)
Indicates passive mode, for FTP and FTPS protocols.
|
public void setPassiveIp(String passiveIp)
Indicates passive mode, for FTP and FTPS protocols. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer. For example:
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0 in the example above with the actual IP address you want to use.
passiveIp - Indicates passive mode, for FTP and FTPS protocols. Enter a single dotted-quad IPv4 address, such as the
external IP address of a firewall, router, or load balancer. For example:
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0 in the example above with the actual IP address you want to use.
public String getPassiveIp()
Indicates passive mode, for FTP and FTPS protocols. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer. For example:
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0 in the example above with the actual IP address you want to use.
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0 in the example above with the actual IP address you want to use.
public ProtocolDetails withPassiveIp(String passiveIp)
Indicates passive mode, for FTP and FTPS protocols. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer. For example:
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0 in the example above with the actual IP address you want to use.
passiveIp - Indicates passive mode, for FTP and FTPS protocols. Enter a single dotted-quad IPv4 address, such as the
external IP address of a firewall, router, or load balancer. For example:
aws transfer update-server --protocol-details PassiveIp=0.0.0.0
Replace 0.0.0.0 in the example above with the actual IP address you want to use.
public String toString()
toString in class ObjectObject.toString()public ProtocolDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.