@Stability(value=Stable) public static final class CfnAuthorizer.Builder extends Object implements software.amazon.jsii.Builder<CfnAuthorizer>
CfnAuthorizer
.Modifier and Type | Method and Description |
---|---|
CfnAuthorizer.Builder |
authorizerCredentials(String authorizerCredentials)
`AWS::ApiGateway::Authorizer.AuthorizerCredentials`.
|
CfnAuthorizer.Builder |
authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
`AWS::ApiGateway::Authorizer.AuthorizerResultTtlInSeconds`.
|
CfnAuthorizer.Builder |
authorizerUri(String authorizerUri)
`AWS::ApiGateway::Authorizer.AuthorizerUri`.
|
CfnAuthorizer.Builder |
authType(String authType)
`AWS::ApiGateway::Authorizer.AuthType`.
|
CfnAuthorizer |
build() |
static CfnAuthorizer.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAuthorizer.Builder |
identitySource(String identitySource)
`AWS::ApiGateway::Authorizer.IdentitySource`.
|
CfnAuthorizer.Builder |
identityValidationExpression(String identityValidationExpression)
`AWS::ApiGateway::Authorizer.IdentityValidationExpression`.
|
CfnAuthorizer.Builder |
name(String name)
`AWS::ApiGateway::Authorizer.Name`.
|
CfnAuthorizer.Builder |
providerArns(List<String> providerArns)
`AWS::ApiGateway::Authorizer.ProviderARNs`.
|
CfnAuthorizer.Builder |
restApiId(String restApiId)
`AWS::ApiGateway::Authorizer.RestApiId`.
|
CfnAuthorizer.Builder |
type(String type)
`AWS::ApiGateway::Authorizer.Type`.
|
@Stability(value=Stable) public static CfnAuthorizer.Builder create(software.constructs.Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnAuthorizer.Builder
.@Stability(value=Stable) public CfnAuthorizer.Builder restApiId(String restApiId)
restApiId
- `AWS::ApiGateway::Authorizer.RestApiId`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder type(String type)
type
- `AWS::ApiGateway::Authorizer.Type`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder authorizerCredentials(String authorizerCredentials)
authorizerCredentials
- `AWS::ApiGateway::Authorizer.AuthorizerCredentials`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
authorizerResultTtlInSeconds
- `AWS::ApiGateway::Authorizer.AuthorizerResultTtlInSeconds`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder authorizerUri(String authorizerUri)
authorizerUri
- `AWS::ApiGateway::Authorizer.AuthorizerUri`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder authType(String authType)
authType
- `AWS::ApiGateway::Authorizer.AuthType`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder identitySource(String identitySource)
identitySource
- `AWS::ApiGateway::Authorizer.IdentitySource`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder identityValidationExpression(String identityValidationExpression)
identityValidationExpression
- `AWS::ApiGateway::Authorizer.IdentityValidationExpression`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder name(String name)
name
- `AWS::ApiGateway::Authorizer.Name`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer.Builder providerArns(List<String> providerArns)
providerArns
- `AWS::ApiGateway::Authorizer.ProviderARNs`. This parameter is required.this
@Stability(value=Stable) public CfnAuthorizer build()
build
in interface software.amazon.jsii.Builder<CfnAuthorizer>
Copyright © 2021. All rights reserved.