DescribedAgreement.Builder |
DescribedAgreement.Builder.accessRole(String accessRole) |
Connectors are used to send files using either the AS2 or SFTP protocol.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.agreementId(String agreementId) |
A unique identifier for the agreement.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.arn(String arn) |
The unique Amazon Resource Name (ARN) for the agreement.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.baseDirectory(String baseDirectory) |
The landing directory (folder) for files that are transferred by using the AS2 protocol.
|
static DescribedAgreement.Builder |
DescribedAgreement.builder() |
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.description(String description) |
The name or short description that's used to identify the agreement.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.enforceMessageSigning(String enforceMessageSigning) |
Determines whether or not unsigned messages from your trading partners will be accepted.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.enforceMessageSigning(EnforceMessageSigningType enforceMessageSigning) |
Determines whether or not unsigned messages from your trading partners will be accepted.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.localProfileId(String localProfileId) |
A unique identifier for the AS2 local profile.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.partnerProfileId(String partnerProfileId) |
A unique identifier for the partner profile used in the agreement.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.preserveFilename(String preserveFilename) |
Determines whether or not Transfer Family appends a unique string of characters to the end of the AS2 message
payload filename when saving it.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.preserveFilename(PreserveFilenameType preserveFilename) |
Determines whether or not Transfer Family appends a unique string of characters to the end of the AS2 message
payload filename when saving it.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.serverId(String serverId) |
A system-assigned unique identifier for a server instance.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.status(String status) |
The current status of the agreement, either ACTIVE or INACTIVE.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.status(AgreementStatusType status) |
The current status of the agreement, either ACTIVE or INACTIVE.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.tags(Collection<Tag> tags) |
Key-value pairs that can be used to group and search for agreements.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.tags(Consumer<Tag.Builder>... tags) |
Key-value pairs that can be used to group and search for agreements.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.tags(Tag... tags) |
Key-value pairs that can be used to group and search for agreements.
|
DescribedAgreement.Builder |
DescribedAgreement.toBuilder() |
|