@Stability(value=Stable) public static final class CfnAuthorizerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAuthorizerProps>
CfnAuthorizerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAuthorizerProps.Builder restApiId(String restApiId)
CfnAuthorizerProps.getRestApiId()restApiId - `AWS::ApiGateway::Authorizer.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizerProps.Builder type(String type)
CfnAuthorizerProps.getType()type - `AWS::ApiGateway::Authorizer.Type`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizerProps.Builder authorizerCredentials(String authorizerCredentials)
CfnAuthorizerProps.getAuthorizerCredentials()authorizerCredentials - `AWS::ApiGateway::Authorizer.AuthorizerCredentials`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
CfnAuthorizerProps.getAuthorizerResultTtlInSeconds()authorizerResultTtlInSeconds - `AWS::ApiGateway::Authorizer.AuthorizerResultTtlInSeconds`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder authorizerUri(String authorizerUri)
CfnAuthorizerProps.getAuthorizerUri()authorizerUri - `AWS::ApiGateway::Authorizer.AuthorizerUri`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder authType(String authType)
CfnAuthorizerProps.getAuthType()authType - `AWS::ApiGateway::Authorizer.AuthType`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder identitySource(String identitySource)
CfnAuthorizerProps.getIdentitySource()identitySource - `AWS::ApiGateway::Authorizer.IdentitySource`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder identityValidationExpression(String identityValidationExpression)
CfnAuthorizerProps.getIdentityValidationExpression()identityValidationExpression - `AWS::ApiGateway::Authorizer.IdentityValidationExpression`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder name(String name)
CfnAuthorizerProps.getName()name - `AWS::ApiGateway::Authorizer.Name`.this@Stability(value=Stable) public CfnAuthorizerProps.Builder providerArns(List<String> providerArns)
CfnAuthorizerProps.getProviderArns()providerArns - `AWS::ApiGateway::Authorizer.ProviderARNs`.this@Stability(value=Stable) public CfnAuthorizerProps build()
build in interface software.amazon.jsii.Builder<CfnAuthorizerProps>CfnAuthorizerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.