Interface CreateAgreementResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateAgreementResponse.Builder,CreateAgreementResponse>, SdkBuilder<CreateAgreementResponse.Builder,CreateAgreementResponse>, SdkPojo, SdkResponse.Builder, TransferResponse.Builder
Enclosing class:
CreateAgreementResponse

public static interface CreateAgreementResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<CreateAgreementResponse.Builder,CreateAgreementResponse>
  • Method Details

    • agreementId

      CreateAgreementResponse.Builder agreementId(String agreementId)

      The unique identifier for the agreement. Use this ID for deleting, or updating an agreement, as well as in any other API calls that require that you specify the agreement ID.

      Parameters:
      agreementId - The unique identifier for the agreement. Use this ID for deleting, or updating an agreement, as well as in any other API calls that require that you specify the agreement ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.