Interface ListedAgreement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListedAgreement.Builder,ListedAgreement>,SdkBuilder<ListedAgreement.Builder,ListedAgreement>,SdkPojo
- Enclosing class:
- ListedAgreement
public static interface ListedAgreement.Builder extends SdkPojo, CopyableBuilder<ListedAgreement.Builder,ListedAgreement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListedAgreement.BuilderagreementId(String agreementId)A unique identifier for the agreement.ListedAgreement.Builderarn(String arn)The Amazon Resource Name (ARN) of the specified agreement.ListedAgreement.Builderdescription(String description)The current description for the agreement.ListedAgreement.BuilderlocalProfileId(String localProfileId)A unique identifier for the AS2 local profile.ListedAgreement.BuilderpartnerProfileId(String partnerProfileId)A unique identifier for the partner profile.ListedAgreement.BuilderserverId(String serverId)The unique identifier for the agreement.ListedAgreement.Builderstatus(String status)The agreement can be eitherACTIVEorINACTIVE.ListedAgreement.Builderstatus(AgreementStatusType status)The agreement can be eitherACTIVEorINACTIVE.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
ListedAgreement.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified agreement.
- Parameters:
arn- The Amazon Resource Name (ARN) of the specified agreement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agreementId
ListedAgreement.Builder agreementId(String agreementId)
A unique identifier for the agreement. This identifier is returned when you create an agreement.
- Parameters:
agreementId- A unique identifier for the agreement. This identifier is returned when you create an agreement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ListedAgreement.Builder description(String description)
The current description for the agreement. You can change it by calling the
UpdateAgreementoperation and providing a new description.- Parameters:
description- The current description for the agreement. You can change it by calling theUpdateAgreementoperation and providing a new description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListedAgreement.Builder status(String status)
The agreement can be either
ACTIVEorINACTIVE.- Parameters:
status- The agreement can be eitherACTIVEorINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgreementStatusType,AgreementStatusType
-
status
ListedAgreement.Builder status(AgreementStatusType status)
The agreement can be either
ACTIVEorINACTIVE.- Parameters:
status- The agreement can be eitherACTIVEorINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgreementStatusType,AgreementStatusType
-
serverId
ListedAgreement.Builder serverId(String serverId)
The unique identifier for the agreement.
- Parameters:
serverId- The unique identifier for the agreement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localProfileId
ListedAgreement.Builder localProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
- Parameters:
localProfileId- A unique identifier for the AS2 local profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerProfileId
ListedAgreement.Builder partnerProfileId(String partnerProfileId)
A unique identifier for the partner profile.
- Parameters:
partnerProfileId- A unique identifier for the partner profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-