UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.authorizerCredentials(String authorizerCredentials) |
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.authorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds) |
The TTL in seconds of cached authorizer results.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.authorizerUri(String authorizerUri) |
Specifies the authorizer's Uniform Resource Identifier (URI).
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.authType(String authType) |
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
|
static UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.builder() |
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.id(String id) |
The identifier for the authorizer resource.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.identitySource(String identitySource) |
The identity source for which authorization is requested.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.identityValidationExpression(String identityValidationExpression) |
A validation expression for the incoming identity token.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.name(String name) |
The name of the authorizer.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.providerARNs(String... providerARNs) |
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.providerARNs(Collection<String> providerARNs) |
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.toBuilder() |
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.type(String type) |
The authorizer type.
|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.type(AuthorizerType type) |
The authorizer type.
|