Class CfnAuthorizerV2.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnAuthorizerV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAuthorizerV2>
- Enclosing class:
- CfnAuthorizerV2
@Stability(Deprecated)
@Deprecated
public static final class CfnAuthorizerV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAuthorizerV2>
Deprecated.
(deprecated) A fluent builder for
CfnAuthorizerV2.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.authorizerCredentialsArn(String authorizerCredentialsArn) Deprecated.authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds) Deprecated.authorizerType(String authorizerType) Deprecated.authorizerUri(String authorizerUri) Deprecated.build()Deprecated.static CfnAuthorizerV2.BuilderDeprecated.identitySource(List<String> identitySource) Deprecated.identityValidationExpression(String identityValidationExpression) Deprecated.jwtConfiguration(IResolvable jwtConfiguration) Deprecated.jwtConfiguration(CfnAuthorizerV2.JWTConfigurationProperty jwtConfiguration) Deprecated.Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static CfnAuthorizerV2.Builder create(Construct scope, String id) Deprecated.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnAuthorizerV2.Builder.
-
apiId
Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.ApiId.- Parameters:
apiId-AWS::ApiGatewayV2::Authorizer.ApiId. This parameter is required.- Returns:
this- See Also:
-
authorizerType
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder authorizerType(String authorizerType) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.AuthorizerType.- Parameters:
authorizerType-AWS::ApiGatewayV2::Authorizer.AuthorizerType. This parameter is required.- Returns:
this- See Also:
-
identitySource
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder identitySource(List<String> identitySource) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.IdentitySource.- Parameters:
identitySource-AWS::ApiGatewayV2::Authorizer.IdentitySource. This parameter is required.- Returns:
this- See Also:
-
name
Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.Name.- Parameters:
name-AWS::ApiGatewayV2::Authorizer.Name. This parameter is required.- Returns:
this- See Also:
-
authorizerCredentialsArn
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder authorizerCredentialsArn(String authorizerCredentialsArn) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.AuthorizerCredentialsArn.- Parameters:
authorizerCredentialsArn-AWS::ApiGatewayV2::Authorizer.AuthorizerCredentialsArn. This parameter is required.- Returns:
this- See Also:
-
authorizerResultTtlInSeconds
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.AuthorizerResultTtlInSeconds.- Parameters:
authorizerResultTtlInSeconds-AWS::ApiGatewayV2::Authorizer.AuthorizerResultTtlInSeconds. This parameter is required.- Returns:
this- See Also:
-
authorizerUri
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder authorizerUri(String authorizerUri) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.AuthorizerUri.- Parameters:
authorizerUri-AWS::ApiGatewayV2::Authorizer.AuthorizerUri. This parameter is required.- Returns:
this- See Also:
-
identityValidationExpression
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder identityValidationExpression(String identityValidationExpression) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.IdentityValidationExpression.- Parameters:
identityValidationExpression-AWS::ApiGatewayV2::Authorizer.IdentityValidationExpression. This parameter is required.- Returns:
this- See Also:
-
jwtConfiguration
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder jwtConfiguration(IResolvable jwtConfiguration) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.JwtConfiguration.- Parameters:
jwtConfiguration-AWS::ApiGatewayV2::Authorizer.JwtConfiguration. This parameter is required.- Returns:
this- See Also:
-
jwtConfiguration
@Stability(Deprecated) @Deprecated public CfnAuthorizerV2.Builder jwtConfiguration(CfnAuthorizerV2.JWTConfigurationProperty jwtConfiguration) Deprecated.(deprecated)AWS::ApiGatewayV2::Authorizer.JwtConfiguration.- Parameters:
jwtConfiguration-AWS::ApiGatewayV2::Authorizer.JwtConfiguration. This parameter is required.- Returns:
this- See Also:
-
build
Deprecated.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAuthorizerV2>- Returns:
- a newly built instance of
CfnAuthorizerV2.
-