public static interface ListedAgreement.Builder extends SdkPojo, CopyableBuilder<ListedAgreement.Builder,ListedAgreement>
| Modifier and Type | Method and Description |
|---|---|
ListedAgreement.Builder |
agreementId(String agreementId)
A unique identifier for the agreement.
|
ListedAgreement.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the specified agreement.
|
ListedAgreement.Builder |
description(String description)
The current description for the agreement.
|
ListedAgreement.Builder |
localProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
|
ListedAgreement.Builder |
partnerProfileId(String partnerProfileId)
A unique identifier for the partner profile.
|
ListedAgreement.Builder |
serverId(String serverId)
The unique identifier for the agreement.
|
ListedAgreement.Builder |
status(AgreementStatusType status)
The agreement can be either
ACTIVE or INACTIVE. |
ListedAgreement.Builder |
status(String status)
The agreement can be either
ACTIVE or INACTIVE. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedAgreement.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified agreement.
arn - The Amazon Resource Name (ARN) of the specified agreement.ListedAgreement.Builder agreementId(String agreementId)
A unique identifier for the agreement. This identifier is returned when you create an agreement.
agreementId - A unique identifier for the agreement. This identifier is returned when you create an agreement.ListedAgreement.Builder description(String description)
The current description for the agreement. You can change it by calling the UpdateAgreement
operation and providing a new description.
description - The current description for the agreement. You can change it by calling the
UpdateAgreement operation and providing a new description.ListedAgreement.Builder status(String status)
The agreement can be either ACTIVE or INACTIVE.
status - The agreement can be either ACTIVE or INACTIVE.AgreementStatusType,
AgreementStatusTypeListedAgreement.Builder status(AgreementStatusType status)
The agreement can be either ACTIVE or INACTIVE.
status - The agreement can be either ACTIVE or INACTIVE.AgreementStatusType,
AgreementStatusTypeListedAgreement.Builder serverId(String serverId)
The unique identifier for the agreement.
serverId - The unique identifier for the agreement.ListedAgreement.Builder localProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
localProfileId - A unique identifier for the AS2 local profile.ListedAgreement.Builder partnerProfileId(String partnerProfileId)
A unique identifier for the partner profile.
partnerProfileId - A unique identifier for the partner profile.Copyright © 2023. All rights reserved.