@Stability(value=Stable) public static final class CfnConnector.As2ConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnector.As2ConfigProperty>
CfnConnector.As2ConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder compression(String compression)
CfnConnector.As2ConfigProperty.getCompression()compression - Specifies whether the AS2 file is compressed.this@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder encryptionAlgorithm(String encryptionAlgorithm)
CfnConnector.As2ConfigProperty.getEncryptionAlgorithm()encryptionAlgorithm - The algorithm that is used to encrypt the file.
You can only specify
NONEif the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.
this@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder localProfileId(String localProfileId)
CfnConnector.As2ConfigProperty.getLocalProfileId()localProfileId - A unique identifier for the AS2 local profile.this@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder mdnResponse(String mdnResponse)
CfnConnector.As2ConfigProperty.getMdnResponse()mdnResponse - Used for outbound requests (from an AWS 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.this@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder mdnSigningAlgorithm(String mdnSigningAlgorithm)
CfnConnector.As2ConfigProperty.getMdnSigningAlgorithm()mdnSigningAlgorithm - The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for
SigningAlgorithmis used.
this@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder messageSubject(String messageSubject)
CfnConnector.As2ConfigProperty.getMessageSubject()messageSubject - Used as the `Subject` HTTP header attribute in AS2 messages that are being sent with the connector.this@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder partnerProfileId(String partnerProfileId)
CfnConnector.As2ConfigProperty.getPartnerProfileId()partnerProfileId - A unique identifier for the partner profile for the connector.this@Stability(value=Stable) public CfnConnector.As2ConfigProperty.Builder signingAlgorithm(String signingAlgorithm)
CfnConnector.As2ConfigProperty.getSigningAlgorithm()signingAlgorithm - The algorithm that is used to sign the AS2 messages sent with the connector.this@Stability(value=Stable) public CfnConnector.As2ConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnConnector.As2ConfigProperty>CfnConnector.As2ConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.