Interface PaymentManagerReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PaymentManagerReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:35.562Z")
@Stability(Stable)
public interface PaymentManagerReference
extends software.amazon.jsii.JsiiSerializable
A reference to a PaymentManager 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.interfaces.bedrockagentcore.*;
PaymentManagerReference paymentManagerReference = PaymentManagerReference.builder()
.paymentManagerArn("paymentManagerArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPaymentManagerReferencestatic final classAn implementation forPaymentManagerReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The PaymentManagerArn of the PaymentManager resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPaymentManagerArn
The PaymentManagerArn of the PaymentManager resource. -
builder
- Returns:
- a
PaymentManagerReference.BuilderofPaymentManagerReference
-