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