Interface AgreementReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AgreementReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:52:08.552Z") @Stability(Stable) public interface AgreementReference extends software.amazon.jsii.JsiiSerializable
A reference to a Agreement resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.transfer.*;
 AgreementReference agreementReference = AgreementReference.builder()
         .agreementArn("agreementArn")
         .agreementId("agreementId")
         .serverId("serverId")
         .build();
 
  • Method Details

    • getAgreementArn

      @Stability(Stable) @NotNull String getAgreementArn()
      The ARN of the Agreement resource.
    • getAgreementId

      @Stability(Stable) @NotNull String getAgreementId()
      The AgreementId of the Agreement resource.
    • getServerId

      @Stability(Stable) @NotNull String getServerId()
      The ServerId of the Agreement resource.
    • builder

      @Stability(Stable) static AgreementReference.Builder builder()
      Returns:
      a AgreementReference.Builder of AgreementReference