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