Class CfnRuntime.AuthorizerConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.AuthorizerConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntime.AuthorizerConfigurationProperty>
- Enclosing interface:
CfnRuntime.AuthorizerConfigurationProperty
@Stability(Stable)
public static final class CfnRuntime.AuthorizerConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntime.AuthorizerConfigurationProperty>
A builder for
CfnRuntime.AuthorizerConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customJwtAuthorizer(IResolvable customJwtAuthorizer) Sets the value ofCfnRuntime.AuthorizerConfigurationProperty.getCustomJwtAuthorizer()customJwtAuthorizer(CfnRuntime.CustomJWTAuthorizerConfigurationProperty customJwtAuthorizer) Sets the value ofCfnRuntime.AuthorizerConfigurationProperty.getCustomJwtAuthorizer()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customJwtAuthorizer
@Stability(Stable) public CfnRuntime.AuthorizerConfigurationProperty.Builder customJwtAuthorizer(IResolvable customJwtAuthorizer) Sets the value ofCfnRuntime.AuthorizerConfigurationProperty.getCustomJwtAuthorizer()- Parameters:
customJwtAuthorizer- Represents inbound authorization configuration options used to authenticate incoming requests.- Returns:
this
-
customJwtAuthorizer
@Stability(Stable) public CfnRuntime.AuthorizerConfigurationProperty.Builder customJwtAuthorizer(CfnRuntime.CustomJWTAuthorizerConfigurationProperty customJwtAuthorizer) Sets the value ofCfnRuntime.AuthorizerConfigurationProperty.getCustomJwtAuthorizer()- Parameters:
customJwtAuthorizer- Represents inbound authorization configuration options used to authenticate incoming requests.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuntime.AuthorizerConfigurationProperty>- Returns:
- a new instance of
CfnRuntime.AuthorizerConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-