Class CfnPaymentManager.AuthorizerConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentManager.AuthorizerConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentManager.AuthorizerConfigurationProperty>
- Enclosing interface:
CfnPaymentManager.AuthorizerConfigurationProperty
@Stability(Stable)
public static final class CfnPaymentManager.AuthorizerConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentManager.AuthorizerConfigurationProperty>
A builder for
CfnPaymentManager.AuthorizerConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customJwtAuthorizer(IResolvable customJwtAuthorizer) customJwtAuthorizer(CfnPaymentManager.CustomJWTAuthorizerConfigurationProperty customJwtAuthorizer)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customJwtAuthorizer
@Stability(Stable) public CfnPaymentManager.AuthorizerConfigurationProperty.Builder customJwtAuthorizer(IResolvable customJwtAuthorizer) - Parameters:
customJwtAuthorizer- the value to be set. This parameter is required.- Returns:
this
-
customJwtAuthorizer
@Stability(Stable) public CfnPaymentManager.AuthorizerConfigurationProperty.Builder customJwtAuthorizer(CfnPaymentManager.CustomJWTAuthorizerConfigurationProperty customJwtAuthorizer) - Parameters:
customJwtAuthorizer- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentManager.AuthorizerConfigurationProperty>- Returns:
- a new instance of
CfnPaymentManager.AuthorizerConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-