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