Interface ListedAgreement.Builder

    • 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 UpdateAgreement operation and providing a new description.

        Parameters:
        description - The current description for the agreement. You can change it by calling the UpdateAgreement operation and providing a new description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.