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