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