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