Class CfnPaymentManagerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentManagerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentManagerPropsMixin>
- Enclosing class:
CfnPaymentManagerPropsMixin
@Stability(Stable)
public static final class CfnPaymentManagerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentManagerPropsMixin>
A fluent builder for
CfnPaymentManagerPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionauthorizerConfiguration(CfnPaymentManagerPropsMixin.AuthorizerConfigurationProperty authorizerConfiguration) authorizerConfiguration(IResolvable authorizerConfiguration) authorizerType(String authorizerType) build()create()create(CfnPropertyMixinOptions options) description(String description) A description of the payment manager.The name of the payment manager.The ARN of the IAM role for the payment manager.Tags to assign to the payment manager.
-
Method Details
-
create
@Stability(Stable) public static CfnPaymentManagerPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPaymentManagerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPaymentManagerPropsMixin.Builder.
-
authorizerConfiguration
@Stability(Stable) public CfnPaymentManagerPropsMixin.Builder authorizerConfiguration(IResolvable authorizerConfiguration) - Parameters:
authorizerConfiguration- This parameter is required.- Returns:
this- See Also:
-
authorizerConfiguration
@Stability(Stable) public CfnPaymentManagerPropsMixin.Builder authorizerConfiguration(CfnPaymentManagerPropsMixin.AuthorizerConfigurationProperty authorizerConfiguration) - Parameters:
authorizerConfiguration- This parameter is required.- Returns:
this- See Also:
-
authorizerType
- Parameters:
authorizerType- This parameter is required.- Returns:
this- See Also:
-
description
A description of the payment manager.- Parameters:
description- A description of the payment manager. This parameter is required.- Returns:
this- See Also:
-
name
The name of the payment manager.- Parameters:
name- The name of the payment manager. This parameter is required.- Returns:
this- See Also:
-
roleArn
The ARN of the IAM role for the payment manager.- Parameters:
roleArn- The ARN of the IAM role for the payment manager. This parameter is required.- Returns:
this- See Also:
-
tags
Tags to assign to the payment manager.- Parameters:
tags- Tags to assign to the payment manager. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentManagerPropsMixin>- Returns:
- a newly built instance of
CfnPaymentManagerPropsMixin.
-