@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class As2ConnectorConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details for a connector object. The connector object is used for AS2 outbound processes, to connect the Transfer Family customer with the trading partner.
| Constructor and Description |
|---|
As2ConnectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
As2ConnectorConfig |
clone() |
boolean |
equals(Object obj) |
String |
getCompression()
Specifies whether the AS2 file is compressed.
|
String |
getEncryptionAlgorithm()
The algorithm that is used to encrypt the file.
|
String |
getLocalProfileId()
A unique identifier for the AS2 process.
|
String |
getMdnResponse()
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the
partner response for transfers is synchronous or asynchronous.
|
String |
getMdnSigningAlgorithm()
The signing algorithm for the MDN response.
|
String |
getMessageSubject()
A short description to help identify the connector.
|
String |
getPartnerProfileId()
A unique identifier for the partner for the connector.
|
String |
getSigningAlgorithm()
The algorithm that is used to sign the AS2 transfers for this partner profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCompression(String compression)
Specifies whether the AS2 file is compressed.
|
void |
setEncryptionAlgorithm(String encryptionAlgorithm)
The algorithm that is used to encrypt the file.
|
void |
setLocalProfileId(String localProfileId)
A unique identifier for the AS2 process.
|
void |
setMdnResponse(String mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the
partner response for transfers is synchronous or asynchronous.
|
void |
setMdnSigningAlgorithm(String mdnSigningAlgorithm)
The signing algorithm for the MDN response.
|
void |
setMessageSubject(String messageSubject)
A short description to help identify the connector.
|
void |
setPartnerProfileId(String partnerProfileId)
A unique identifier for the partner for the connector.
|
void |
setSigningAlgorithm(String signingAlgorithm)
The algorithm that is used to sign the AS2 transfers for this partner profile.
|
String |
toString()
Returns a string representation of this object.
|
As2ConnectorConfig |
withCompression(CompressionEnum compression)
Specifies whether the AS2 file is compressed.
|
As2ConnectorConfig |
withCompression(String compression)
Specifies whether the AS2 file is compressed.
|
As2ConnectorConfig |
withEncryptionAlgorithm(EncryptionAlg encryptionAlgorithm)
The algorithm that is used to encrypt the file.
|
As2ConnectorConfig |
withEncryptionAlgorithm(String encryptionAlgorithm)
The algorithm that is used to encrypt the file.
|
As2ConnectorConfig |
withLocalProfileId(String localProfileId)
A unique identifier for the AS2 process.
|
As2ConnectorConfig |
withMdnResponse(MdnResponse mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the
partner response for transfers is synchronous or asynchronous.
|
As2ConnectorConfig |
withMdnResponse(String mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the
partner response for transfers is synchronous or asynchronous.
|
As2ConnectorConfig |
withMdnSigningAlgorithm(MdnSigningAlg mdnSigningAlgorithm)
The signing algorithm for the MDN response.
|
As2ConnectorConfig |
withMdnSigningAlgorithm(String mdnSigningAlgorithm)
The signing algorithm for the MDN response.
|
As2ConnectorConfig |
withMessageSubject(String messageSubject)
A short description to help identify the connector.
|
As2ConnectorConfig |
withPartnerProfileId(String partnerProfileId)
A unique identifier for the partner for the connector.
|
As2ConnectorConfig |
withSigningAlgorithm(SigningAlg signingAlgorithm)
The algorithm that is used to sign the AS2 transfers for this partner profile.
|
As2ConnectorConfig |
withSigningAlgorithm(String signingAlgorithm)
The algorithm that is used to sign the AS2 transfers for this partner profile.
|
public void setLocalProfileId(String localProfileId)
A unique identifier for the AS2 process.
localProfileId - A unique identifier for the AS2 process.public String getLocalProfileId()
A unique identifier for the AS2 process.
public As2ConnectorConfig withLocalProfileId(String localProfileId)
A unique identifier for the AS2 process.
localProfileId - A unique identifier for the AS2 process.public void setPartnerProfileId(String partnerProfileId)
A unique identifier for the partner for the connector.
partnerProfileId - A unique identifier for the partner for the connector.public String getPartnerProfileId()
A unique identifier for the partner for the connector.
public As2ConnectorConfig withPartnerProfileId(String partnerProfileId)
A unique identifier for the partner for the connector.
partnerProfileId - A unique identifier for the partner for the connector.public void setMessageSubject(String messageSubject)
A short description to help identify the connector.
messageSubject - A short description to help identify the connector.public String getMessageSubject()
A short description to help identify the connector.
public As2ConnectorConfig withMessageSubject(String messageSubject)
A short description to help identify the connector.
messageSubject - A short description to help identify the connector.public void setCompression(String compression)
Specifies whether the AS2 file is compressed.
compression - Specifies whether the AS2 file is compressed.CompressionEnumpublic String getCompression()
Specifies whether the AS2 file is compressed.
CompressionEnumpublic As2ConnectorConfig withCompression(String compression)
Specifies whether the AS2 file is compressed.
compression - Specifies whether the AS2 file is compressed.CompressionEnumpublic As2ConnectorConfig withCompression(CompressionEnum compression)
Specifies whether the AS2 file is compressed.
compression - Specifies whether the AS2 file is compressed.CompressionEnumpublic void setEncryptionAlgorithm(String encryptionAlgorithm)
The algorithm that is used to encrypt the file.
encryptionAlgorithm - The algorithm that is used to encrypt the file.EncryptionAlgpublic String getEncryptionAlgorithm()
The algorithm that is used to encrypt the file.
EncryptionAlgpublic As2ConnectorConfig withEncryptionAlgorithm(String encryptionAlgorithm)
The algorithm that is used to encrypt the file.
encryptionAlgorithm - The algorithm that is used to encrypt the file.EncryptionAlgpublic As2ConnectorConfig withEncryptionAlgorithm(EncryptionAlg encryptionAlgorithm)
The algorithm that is used to encrypt the file.
encryptionAlgorithm - The algorithm that is used to encrypt the file.EncryptionAlgpublic void setSigningAlgorithm(String signingAlgorithm)
The algorithm that is used to sign the AS2 transfers for this partner profile.
signingAlgorithm - The algorithm that is used to sign the AS2 transfers for this partner profile.SigningAlgpublic String getSigningAlgorithm()
The algorithm that is used to sign the AS2 transfers for this partner profile.
SigningAlgpublic As2ConnectorConfig withSigningAlgorithm(String signingAlgorithm)
The algorithm that is used to sign the AS2 transfers for this partner profile.
signingAlgorithm - The algorithm that is used to sign the AS2 transfers for this partner profile.SigningAlgpublic As2ConnectorConfig withSigningAlgorithm(SigningAlg signingAlgorithm)
The algorithm that is used to sign the AS2 transfers for this partner profile.
signingAlgorithm - The algorithm that is used to sign the AS2 transfers for this partner profile.SigningAlgpublic void setMdnSigningAlgorithm(String mdnSigningAlgorithm)
The signing algorithm for the MDN response.
mdnSigningAlgorithm - The signing algorithm for the MDN response.MdnSigningAlgpublic String getMdnSigningAlgorithm()
The signing algorithm for the MDN response.
MdnSigningAlgpublic As2ConnectorConfig withMdnSigningAlgorithm(String mdnSigningAlgorithm)
The signing algorithm for the MDN response.
mdnSigningAlgorithm - The signing algorithm for the MDN response.MdnSigningAlgpublic As2ConnectorConfig withMdnSigningAlgorithm(MdnSigningAlg mdnSigningAlgorithm)
The signing algorithm for the MDN response.
mdnSigningAlgorithm - The signing algorithm for the MDN response.MdnSigningAlgpublic void setMdnResponse(String mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values:
SYNC: The system expects a synchronous MDN response, confirming that the file was transferred
successfully (or not).
NONE: Specifies that no MDN response is required.
mdnResponse - Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether
the partner response for transfers is synchronous or asynchronous. Specify either of the following
values:
SYNC: The system expects a synchronous MDN response, confirming that the file was transferred
successfully (or not).
NONE: Specifies that no MDN response is required.
MdnResponsepublic String getMdnResponse()
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values:
SYNC: The system expects a synchronous MDN response, confirming that the file was transferred
successfully (or not).
NONE: Specifies that no MDN response is required.
SYNC: The system expects a synchronous MDN response, confirming that the file was
transferred successfully (or not).
NONE: Specifies that no MDN response is required.
MdnResponsepublic As2ConnectorConfig withMdnResponse(String mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values:
SYNC: The system expects a synchronous MDN response, confirming that the file was transferred
successfully (or not).
NONE: Specifies that no MDN response is required.
mdnResponse - Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether
the partner response for transfers is synchronous or asynchronous. Specify either of the following
values:
SYNC: The system expects a synchronous MDN response, confirming that the file was transferred
successfully (or not).
NONE: Specifies that no MDN response is required.
MdnResponsepublic As2ConnectorConfig withMdnResponse(MdnResponse mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values:
SYNC: The system expects a synchronous MDN response, confirming that the file was transferred
successfully (or not).
NONE: Specifies that no MDN response is required.
mdnResponse - Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether
the partner response for transfers is synchronous or asynchronous. Specify either of the following
values:
SYNC: The system expects a synchronous MDN response, confirming that the file was transferred
successfully (or not).
NONE: Specifies that no MDN response is required.
MdnResponsepublic String toString()
toString in class ObjectObject.toString()public As2ConnectorConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.