ProtocolDetails.Builder |
ProtocolDetails.Builder.as2Transports(Collection<As2Transport> as2Transports) |
Indicates the transport method for the AS2 messages.
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.as2Transports(As2Transport... as2Transports) |
Indicates the transport method for the AS2 messages.
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.as2TransportsWithStrings(String... as2Transports) |
Indicates the transport method for the AS2 messages.
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.as2TransportsWithStrings(Collection<String> as2Transports) |
Indicates the transport method for the AS2 messages.
|
static ProtocolDetails.Builder |
ProtocolDetails.builder() |
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.passiveIp(String passiveIp) |
Indicates passive mode, for FTP and FTPS protocols.
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.setStatOption(String setStatOption) |
Use the SetStatOption to ignore the error that is generated when the client attempts to use
SETSTAT on a file you are uploading to an S3 bucket.
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.setStatOption(SetStatOption setStatOption) |
Use the SetStatOption to ignore the error that is generated when the client attempts to use
SETSTAT on a file you are uploading to an S3 bucket.
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.tlsSessionResumptionMode(String tlsSessionResumptionMode) |
A property used with Transfer Family servers that use the FTPS protocol.
|
ProtocolDetails.Builder |
ProtocolDetails.Builder.tlsSessionResumptionMode(TlsSessionResumptionMode tlsSessionResumptionMode) |
A property used with Transfer Family servers that use the FTPS protocol.
|
ProtocolDetails.Builder |
ProtocolDetails.toBuilder() |
|