GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerCredentialsArn(String authorizerCredentialsArn) |
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerId(String authorizerId) |
The authorizer identifier.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerPayloadFormatVersion(String authorizerPayloadFormatVersion) |
Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds) |
The time to live (TTL) for cached authorizer results, in seconds.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerType(String authorizerType) |
The authorizer type.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerType(AuthorizerType authorizerType) |
The authorizer type.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerUri(String authorizerUri) |
The authorizer's Uniform Resource Identifier (URI).
|
static GetAuthorizerResponse.Builder |
GetAuthorizerResponse.builder() |
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.enableSimpleResponses(Boolean enableSimpleResponses) |
Specifies whether a Lambda authorizer returns a response in a simple format.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.identitySource(String... identitySource) |
The identity source for which authorization is requested.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.identitySource(Collection<String> identitySource) |
The identity source for which authorization is requested.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.identityValidationExpression(String identityValidationExpression) |
The validation expression does not apply to the REQUEST authorizer.
|
default GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration) |
Represents the configuration of a JWT authorizer.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.jwtConfiguration(JWTConfiguration jwtConfiguration) |
Represents the configuration of a JWT authorizer.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.name(String name) |
The name of the authorizer.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.toBuilder() |
|