Class CfnPaymentManagerProps.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentManagerProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentManagerProps>
- Enclosing interface:
CfnPaymentManagerProps
@Stability(Stable)
public static final class CfnPaymentManagerProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentManagerProps>
A builder for
CfnPaymentManagerProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorizerConfiguration(IResolvable authorizerConfiguration) Sets the value ofCfnPaymentManagerProps.getAuthorizerConfiguration()authorizerConfiguration(CfnPaymentManager.AuthorizerConfigurationProperty authorizerConfiguration) Sets the value ofCfnPaymentManagerProps.getAuthorizerConfiguration()authorizerType(String authorizerType) Sets the value ofCfnPaymentManagerProps.getAuthorizerType()build()Builds the configured instance.description(String description) Sets the value ofCfnPaymentManagerProps.getDescription()Sets the value ofCfnPaymentManagerProps.getName()Sets the value ofCfnPaymentManagerProps.getRoleArn()Sets the value ofCfnPaymentManagerProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authorizerType
Sets the value ofCfnPaymentManagerProps.getAuthorizerType()- Parameters:
authorizerType- the value to be set. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnPaymentManagerProps.getName()- Parameters:
name- The name of the payment manager. This parameter is required.- Returns:
this
-
roleArn
Sets the value ofCfnPaymentManagerProps.getRoleArn()- Parameters:
roleArn- The ARN of the IAM role for the payment manager. This parameter is required.- Returns:
this
-
authorizerConfiguration
@Stability(Stable) public CfnPaymentManagerProps.Builder authorizerConfiguration(IResolvable authorizerConfiguration) Sets the value ofCfnPaymentManagerProps.getAuthorizerConfiguration()- Parameters:
authorizerConfiguration- the value to be set.- Returns:
this
-
authorizerConfiguration
@Stability(Stable) public CfnPaymentManagerProps.Builder authorizerConfiguration(CfnPaymentManager.AuthorizerConfigurationProperty authorizerConfiguration) Sets the value ofCfnPaymentManagerProps.getAuthorizerConfiguration()- Parameters:
authorizerConfiguration- the value to be set.- Returns:
this
-
description
Sets the value ofCfnPaymentManagerProps.getDescription()- Parameters:
description- A description of the payment manager.- Returns:
this
-
tags
Sets the value ofCfnPaymentManagerProps.getTags()- Parameters:
tags- Tags to assign to the payment manager.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentManagerProps>- Returns:
- a new instance of
CfnPaymentManagerProps - Throws:
NullPointerException- if any required attribute was not provided
-