CreateAuthorizerRequest |
CreateAuthorizerRequest.clone() |
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerCredentials(String authorizerCredentials) |
Specifies the credentials required for the authorizer, if any.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds) |
The TTL of cached authorizer results.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerUri(String authorizerUri) |
[Required] Specifies the authorizer's Uniform Resource Identifier (URI).
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthType(String authType) |
Optional customer-defined field, used in Swagger imports/exports.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentitySource(String identitySource) |
[Required] The source of the identity in an incoming request.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentityValidationExpression(String identityValidationExpression) |
A validation expression for the incoming identity.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withName(String name) |
[Required] The name of the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withRestApiId(String restApiId) |
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(AuthorizerType type) |
[Required] The type of the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(String type) |
[Required] The type of the authorizer.
|