public static interface As2ConnectorConfig.Builder extends SdkPojo, CopyableBuilder<As2ConnectorConfig.Builder,As2ConnectorConfig>
| Modifier and Type | Method and Description |
|---|---|
As2ConnectorConfig.Builder |
compression(CompressionEnum compression)
Specifies whether the AS2 file is compressed.
|
As2ConnectorConfig.Builder |
compression(String compression)
Specifies whether the AS2 file is compressed.
|
As2ConnectorConfig.Builder |
encryptionAlgorithm(EncryptionAlg encryptionAlgorithm)
The algorithm that is used to encrypt the file.
|
As2ConnectorConfig.Builder |
encryptionAlgorithm(String encryptionAlgorithm)
The algorithm that is used to encrypt the file.
|
As2ConnectorConfig.Builder |
localProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
|
As2ConnectorConfig.Builder |
mdnResponse(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.Builder |
mdnResponse(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.Builder |
mdnSigningAlgorithm(MdnSigningAlg mdnSigningAlgorithm)
The signing algorithm for the MDN response.
|
As2ConnectorConfig.Builder |
mdnSigningAlgorithm(String mdnSigningAlgorithm)
The signing algorithm for the MDN response.
|
As2ConnectorConfig.Builder |
messageSubject(String messageSubject)
Used as the
Subject HTTP header attribute in AS2 messages that are being sent with the
connector. |
As2ConnectorConfig.Builder |
partnerProfileId(String partnerProfileId)
A unique identifier for the partner profile for the connector.
|
As2ConnectorConfig.Builder |
signingAlgorithm(SigningAlg signingAlgorithm)
The algorithm that is used to sign the AS2 messages sent with the connector.
|
As2ConnectorConfig.Builder |
signingAlgorithm(String signingAlgorithm)
The algorithm that is used to sign the AS2 messages sent with the connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAs2ConnectorConfig.Builder localProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
localProfileId - A unique identifier for the AS2 local profile.As2ConnectorConfig.Builder partnerProfileId(String partnerProfileId)
A unique identifier for the partner profile for the connector.
partnerProfileId - A unique identifier for the partner profile for the connector.As2ConnectorConfig.Builder messageSubject(String messageSubject)
Used as the Subject HTTP header attribute in AS2 messages that are being sent with the
connector.
messageSubject - Used as the Subject HTTP header attribute in AS2 messages that are being sent with the
connector.As2ConnectorConfig.Builder compression(String compression)
Specifies whether the AS2 file is compressed.
compression - Specifies whether the AS2 file is compressed.CompressionEnum,
CompressionEnumAs2ConnectorConfig.Builder compression(CompressionEnum compression)
Specifies whether the AS2 file is compressed.
compression - Specifies whether the AS2 file is compressed.CompressionEnum,
CompressionEnumAs2ConnectorConfig.Builder encryptionAlgorithm(String encryptionAlgorithm)
The algorithm that is used to encrypt the file.
You can only specify NONE if the URL for your connector uses HTTPS. This ensures that no traffic
is sent in clear text.
encryptionAlgorithm - The algorithm that is used to encrypt the file.
You can only specify NONE if the URL for your connector uses HTTPS. This ensures that no
traffic is sent in clear text.
EncryptionAlg,
EncryptionAlgAs2ConnectorConfig.Builder encryptionAlgorithm(EncryptionAlg encryptionAlgorithm)
The algorithm that is used to encrypt the file.
You can only specify NONE if the URL for your connector uses HTTPS. This ensures that no traffic
is sent in clear text.
encryptionAlgorithm - The algorithm that is used to encrypt the file.
You can only specify NONE if the URL for your connector uses HTTPS. This ensures that no
traffic is sent in clear text.
EncryptionAlg,
EncryptionAlgAs2ConnectorConfig.Builder signingAlgorithm(String signingAlgorithm)
The algorithm that is used to sign the AS2 messages sent with the connector.
signingAlgorithm - The algorithm that is used to sign the AS2 messages sent with the connector.SigningAlg,
SigningAlgAs2ConnectorConfig.Builder signingAlgorithm(SigningAlg signingAlgorithm)
The algorithm that is used to sign the AS2 messages sent with the connector.
signingAlgorithm - The algorithm that is used to sign the AS2 messages sent with the connector.SigningAlg,
SigningAlgAs2ConnectorConfig.Builder mdnSigningAlgorithm(String mdnSigningAlgorithm)
The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for SigningAlgorithm is used.
mdnSigningAlgorithm - The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for SigningAlgorithm is used.
MdnSigningAlg,
MdnSigningAlgAs2ConnectorConfig.Builder mdnSigningAlgorithm(MdnSigningAlg mdnSigningAlgorithm)
The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for SigningAlgorithm is used.
mdnSigningAlgorithm - The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for SigningAlgorithm is used.
MdnSigningAlg,
MdnSigningAlgAs2ConnectorConfig.Builder mdnResponse(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.
MdnResponse,
MdnResponseAs2ConnectorConfig.Builder mdnResponse(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.
MdnResponse,
MdnResponseCopyright © 2023. All rights reserved.