Class CfnListenerRulePropsMixin.JwtValidationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnListenerRulePropsMixin.JwtValidationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnListenerRulePropsMixin.JwtValidationConfigProperty>
- Enclosing interface:
CfnListenerRulePropsMixin.JwtValidationConfigProperty
@Stability(Stable)
public static final class CfnListenerRulePropsMixin.JwtValidationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnListenerRulePropsMixin.JwtValidationConfigProperty>
A builder for
CfnListenerRulePropsMixin.JwtValidationConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalClaims(List<? extends Object> additionalClaims) additionalClaims(IResolvable additionalClaims) build()Builds the configured instance.Sets the value ofCfnListenerRulePropsMixin.JwtValidationConfigProperty.getIssuer()jwksEndpoint(String jwksEndpoint) Sets the value ofCfnListenerRulePropsMixin.JwtValidationConfigProperty.getJwksEndpoint()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
additionalClaims
@Stability(Stable) public CfnListenerRulePropsMixin.JwtValidationConfigProperty.Builder additionalClaims(IResolvable additionalClaims) - Parameters:
additionalClaims- the value to be set.- Returns:
this
-
additionalClaims
@Stability(Stable) public CfnListenerRulePropsMixin.JwtValidationConfigProperty.Builder additionalClaims(List<? extends Object> additionalClaims) - Parameters:
additionalClaims- the value to be set.- Returns:
this
-
issuer
@Stability(Stable) public CfnListenerRulePropsMixin.JwtValidationConfigProperty.Builder issuer(String issuer) Sets the value ofCfnListenerRulePropsMixin.JwtValidationConfigProperty.getIssuer()- Parameters:
issuer- the value to be set.- Returns:
this
-
jwksEndpoint
@Stability(Stable) public CfnListenerRulePropsMixin.JwtValidationConfigProperty.Builder jwksEndpoint(String jwksEndpoint) Sets the value ofCfnListenerRulePropsMixin.JwtValidationConfigProperty.getJwksEndpoint()- Parameters:
jwksEndpoint- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnListenerRulePropsMixin.JwtValidationConfigProperty>- Returns:
- a new instance of
CfnListenerRulePropsMixin.JwtValidationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-