Class PaymentManagerReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrockagentcore.PaymentManagerReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PaymentManagerReference>
- Enclosing interface:
PaymentManagerReference
@Stability(Stable)
public static final class PaymentManagerReference.Builder
extends Object
implements software.amazon.jsii.Builder<PaymentManagerReference>
A builder for
PaymentManagerReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.paymentManagerArn(String paymentManagerArn) Sets the value ofPaymentManagerReference.getPaymentManagerArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
paymentManagerArn
@Stability(Stable) public PaymentManagerReference.Builder paymentManagerArn(String paymentManagerArn) Sets the value ofPaymentManagerReference.getPaymentManagerArn()- Parameters:
paymentManagerArn- The PaymentManagerArn of the PaymentManager resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PaymentManagerReference>- Returns:
- a new instance of
PaymentManagerReference - Throws:
NullPointerException- if any required attribute was not provided
-