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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forAgreementReference
static final class
An implementation forAgreementReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic AgreementReference.Builder
builder()
The ARN of the Agreement resource.The AgreementId of the Agreement resource.The ServerId of the Agreement resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgreementArn
The ARN of the Agreement resource. -
getAgreementId
The AgreementId of the Agreement resource. -
getServerId
The ServerId of the Agreement resource. -
builder
- Returns:
- a
AgreementReference.Builder
ofAgreementReference
-