Class As2ConnectorConfig
- java.lang.Object
-
- software.amazon.awssdk.services.transfer.model.As2ConnectorConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<As2ConnectorConfig.Builder,As2ConnectorConfig>
@Generated("software.amazon.awssdk:codegen") public final class As2ConnectorConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<As2ConnectorConfig.Builder,As2ConnectorConfig>
Contains the details for an AS2 connector object. The connector object is used for AS2 outbound processes, to connect the Transfer Family customer with the trading partner.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAs2ConnectorConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbasicAuthSecretId()Provides Basic authentication support to the AS2 Connectors API.static As2ConnectorConfig.Builderbuilder()CompressionEnumcompression()Specifies whether the AS2 file is compressed.StringcompressionAsString()Specifies whether the AS2 file is compressed.EncryptionAlgencryptionAlgorithm()The algorithm that is used to encrypt the file.StringencryptionAlgorithmAsString()The algorithm that is used to encrypt the file.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocalProfileId()A unique identifier for the AS2 local profile.MdnResponsemdnResponse()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.StringmdnResponseAsString()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.MdnSigningAlgmdnSigningAlgorithm()The signing algorithm for the MDN response.StringmdnSigningAlgorithmAsString()The signing algorithm for the MDN response.StringmessageSubject()Used as theSubjectHTTP header attribute in AS2 messages that are being sent with the connector.StringpartnerProfileId()A unique identifier for the partner profile for the connector.PreserveContentTypepreserveContentType()Allows you to use the Amazon S3Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension.StringpreserveContentTypeAsString()Allows you to use the Amazon S3Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends As2ConnectorConfig.Builder>serializableBuilderClass()SigningAlgsigningAlgorithm()The algorithm that is used to sign the AS2 messages sent with the connector.StringsigningAlgorithmAsString()The algorithm that is used to sign the AS2 messages sent with the connector.As2ConnectorConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
localProfileId
public final String localProfileId()
A unique identifier for the AS2 local profile.
- Returns:
- A unique identifier for the AS2 local profile.
-
partnerProfileId
public final String partnerProfileId()
A unique identifier for the partner profile for the connector.
- Returns:
- A unique identifier for the partner profile for the connector.
-
messageSubject
public final String messageSubject()
Used as the
SubjectHTTP header attribute in AS2 messages that are being sent with the connector.- Returns:
- Used as the
SubjectHTTP header attribute in AS2 messages that are being sent with the connector.
-
compression
public final CompressionEnum compression()
Specifies whether the AS2 file is compressed.
If the service returns an enum value that is not available in the current SDK version,
compressionwill returnCompressionEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompressionAsString().- Returns:
- Specifies whether the AS2 file is compressed.
- See Also:
CompressionEnum
-
compressionAsString
public final String compressionAsString()
Specifies whether the AS2 file is compressed.
If the service returns an enum value that is not available in the current SDK version,
compressionwill returnCompressionEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompressionAsString().- Returns:
- Specifies whether the AS2 file is compressed.
- See Also:
CompressionEnum
-
encryptionAlgorithm
public final EncryptionAlg encryptionAlgorithm()
The algorithm that is used to encrypt the file.
Note the following:
-
Do not use the
DES_EDE3_CBCalgorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm. -
You can only specify
NONEif the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
If the service returns an enum value that is not available in the current SDK version,
encryptionAlgorithmwill returnEncryptionAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionAlgorithmAsString().- Returns:
- The algorithm that is used to encrypt the file.
Note the following:
-
Do not use the
DES_EDE3_CBCalgorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm. -
You can only specify
NONEif the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
-
- See Also:
EncryptionAlg
-
-
encryptionAlgorithmAsString
public final String encryptionAlgorithmAsString()
The algorithm that is used to encrypt the file.
Note the following:
-
Do not use the
DES_EDE3_CBCalgorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm. -
You can only specify
NONEif the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
If the service returns an enum value that is not available in the current SDK version,
encryptionAlgorithmwill returnEncryptionAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionAlgorithmAsString().- Returns:
- The algorithm that is used to encrypt the file.
Note the following:
-
Do not use the
DES_EDE3_CBCalgorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm. -
You can only specify
NONEif the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
-
- See Also:
EncryptionAlg
-
-
signingAlgorithm
public final SigningAlg signingAlgorithm()
The algorithm that is used to sign the AS2 messages sent with the connector.
If the service returns an enum value that is not available in the current SDK version,
signingAlgorithmwill returnSigningAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningAlgorithmAsString().- Returns:
- The algorithm that is used to sign the AS2 messages sent with the connector.
- See Also:
SigningAlg
-
signingAlgorithmAsString
public final String signingAlgorithmAsString()
The algorithm that is used to sign the AS2 messages sent with the connector.
If the service returns an enum value that is not available in the current SDK version,
signingAlgorithmwill returnSigningAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningAlgorithmAsString().- Returns:
- The algorithm that is used to sign the AS2 messages sent with the connector.
- See Also:
SigningAlg
-
mdnSigningAlgorithm
public final MdnSigningAlg mdnSigningAlgorithm()
The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for
SigningAlgorithmis used.If the service returns an enum value that is not available in the current SDK version,
mdnSigningAlgorithmwill returnMdnSigningAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommdnSigningAlgorithmAsString().- Returns:
- The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for
SigningAlgorithmis used. - See Also:
MdnSigningAlg
-
mdnSigningAlgorithmAsString
public final String mdnSigningAlgorithmAsString()
The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for
SigningAlgorithmis used.If the service returns an enum value that is not available in the current SDK version,
mdnSigningAlgorithmwill returnMdnSigningAlg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommdnSigningAlgorithmAsString().- Returns:
- The signing algorithm for the MDN response.
If set to DEFAULT (or not set at all), the value for
SigningAlgorithmis used. - See Also:
MdnSigningAlg
-
mdnResponse
public final 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.
If the service returns an enum value that is not available in the current SDK version,
mdnResponsewill returnMdnResponse.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommdnResponseAsString().- Returns:
- 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.
-
- See Also:
MdnResponse
-
-
mdnResponseAsString
public final String mdnResponseAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
mdnResponsewill returnMdnResponse.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommdnResponseAsString().- Returns:
- 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.
-
- See Also:
MdnResponse
-
-
basicAuthSecretId
public final String basicAuthSecretId()
Provides Basic authentication support to the AS2 Connectors API. To use Basic authentication, you must provide the name or Amazon Resource Name (ARN) of a secret in Secrets Manager.
The default value for this parameter is
null, which indicates that Basic authentication is not enabled for the connector.If the connector should use Basic authentication, the secret needs to be in the following format:
{ "Username": "user-name", "Password": "user-password" }Replace
user-nameanduser-passwordwith the credentials for the actual user that is being authenticated.Note the following:
-
You are storing these credentials in Secrets Manager, not passing them directly into this API.
-
If you are using the API, SDKs, or CloudFormation to configure your connector, then you must create the secret before you can enable Basic authentication. However, if you are using the Amazon Web Services management console, you can have the system create the secret for you.
If you have previously enabled Basic authentication for a connector, you can disable it by using the
UpdateConnectorAPI call. For example, if you are using the CLI, you can run the following command to remove Basic authentication:update-connector --connector-id my-connector-id --as2-config 'BasicAuthSecretId=""'- Returns:
- Provides Basic authentication support to the AS2 Connectors API. To use Basic authentication, you must
provide the name or Amazon Resource Name (ARN) of a secret in Secrets Manager.
The default value for this parameter is
null, which indicates that Basic authentication is not enabled for the connector.If the connector should use Basic authentication, the secret needs to be in the following format:
{ "Username": "user-name", "Password": "user-password" }Replace
user-nameanduser-passwordwith the credentials for the actual user that is being authenticated.Note the following:
-
You are storing these credentials in Secrets Manager, not passing them directly into this API.
-
If you are using the API, SDKs, or CloudFormation to configure your connector, then you must create the secret before you can enable Basic authentication. However, if you are using the Amazon Web Services management console, you can have the system create the secret for you.
If you have previously enabled Basic authentication for a connector, you can disable it by using the
UpdateConnectorAPI call. For example, if you are using the CLI, you can run the following command to remove Basic authentication:update-connector --connector-id my-connector-id --as2-config 'BasicAuthSecretId=""' -
-
-
preserveContentType
public final PreserveContentType preserveContentType()
Allows you to use the Amazon S3
Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension. This parameter is enabled by default when you create an AS2 connector from the console, but disabled by default when you create an AS2 connector by calling the API directly.If the service returns an enum value that is not available in the current SDK version,
preserveContentTypewill returnPreserveContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompreserveContentTypeAsString().- Returns:
- Allows you to use the Amazon S3
Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension. This parameter is enabled by default when you create an AS2 connector from the console, but disabled by default when you create an AS2 connector by calling the API directly. - See Also:
PreserveContentType
-
preserveContentTypeAsString
public final String preserveContentTypeAsString()
Allows you to use the Amazon S3
Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension. This parameter is enabled by default when you create an AS2 connector from the console, but disabled by default when you create an AS2 connector by calling the API directly.If the service returns an enum value that is not available in the current SDK version,
preserveContentTypewill returnPreserveContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompreserveContentTypeAsString().- Returns:
- Allows you to use the Amazon S3
Content-Typethat is associated with objects in S3 instead of having the content type mapped based on the file extension. This parameter is enabled by default when you create an AS2 connector from the console, but disabled by default when you create an AS2 connector by calling the API directly. - See Also:
PreserveContentType
-
toBuilder
public As2ConnectorConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<As2ConnectorConfig.Builder,As2ConnectorConfig>
-
builder
public static As2ConnectorConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends As2ConnectorConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-