Class CfnRegistryPropsMixin.AuthorizerConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryPropsMixin.AuthorizerConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryPropsMixin.AuthorizerConfigurationProperty>
- Enclosing interface:
CfnRegistryPropsMixin.AuthorizerConfigurationProperty
@Stability(Stable)
public static final class CfnRegistryPropsMixin.AuthorizerConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryPropsMixin.AuthorizerConfigurationProperty>
A builder for
CfnRegistryPropsMixin.AuthorizerConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customJwtAuthorizer(CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty customJwtAuthorizer) customJwtAuthorizer(IResolvable customJwtAuthorizer)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customJwtAuthorizer
@Stability(Stable) public CfnRegistryPropsMixin.AuthorizerConfigurationProperty.Builder customJwtAuthorizer(IResolvable customJwtAuthorizer) - Parameters:
customJwtAuthorizer- Configuration for a custom JWT authorizer that validates inbound bearer tokens against an OpenID Connect identity provider.- Returns:
this
-
customJwtAuthorizer
@Stability(Stable) public CfnRegistryPropsMixin.AuthorizerConfigurationProperty.Builder customJwtAuthorizer(CfnRegistryPropsMixin.CustomJWTAuthorizerConfigurationProperty customJwtAuthorizer) - Parameters:
customJwtAuthorizer- Configuration for a custom JWT authorizer that validates inbound bearer tokens against an OpenID Connect identity provider.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryPropsMixin.AuthorizerConfigurationProperty>- Returns:
- a new instance of
CfnRegistryPropsMixin.AuthorizerConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-