Class CfnPaymentManager.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentManager.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentManager>
- Enclosing class:
CfnPaymentManager
@Stability(Stable)
public static final class CfnPaymentManager.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentManager>
A fluent builder for
CfnPaymentManager.-
Method Summary
Modifier and TypeMethodDescriptionauthorizerConfiguration(IResolvable authorizerConfiguration) authorizerConfiguration(CfnPaymentManager.AuthorizerConfigurationProperty authorizerConfiguration) authorizerType(String authorizerType) build()static CfnPaymentManager.Builderdescription(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 CfnPaymentManager.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnPaymentManager.Builder.
-
authorizerType
- Parameters:
authorizerType- 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:
-
authorizerConfiguration
@Stability(Stable) public CfnPaymentManager.Builder authorizerConfiguration(IResolvable authorizerConfiguration) - Parameters:
authorizerConfiguration- This parameter is required.- Returns:
this- See Also:
-
authorizerConfiguration
@Stability(Stable) public CfnPaymentManager.Builder authorizerConfiguration(CfnPaymentManager.AuthorizerConfigurationProperty authorizerConfiguration) - Parameters:
authorizerConfiguration- 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:
-
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<CfnPaymentManager>- Returns:
- a newly built instance of
CfnPaymentManager.
-