AuthorizerDescription.Builder |
AuthorizerDescription.Builder.authorizerArn(String authorizerArn) |
The authorizer ARN.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.authorizerFunctionArn(String authorizerFunctionArn) |
The authorizer's Lambda function ARN.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.authorizerName(String authorizerName) |
The authorizer name.
|
static AuthorizerDescription.Builder |
AuthorizerDescription.builder() |
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.creationDate(Instant creationDate) |
The UNIX timestamp of when the authorizer was created.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.enableCachingForHttp(Boolean enableCachingForHttp) |
When true, the result from the authorizer’s Lambda function is cached for the time specified in
refreshAfterInSeconds.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.lastModifiedDate(Instant lastModifiedDate) |
The UNIX timestamp of when the authorizer was last updated.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.signingDisabled(Boolean signingDisabled) |
Specifies whether IoT validates the token signature in an authorization request.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.status(String status) |
The status of the authorizer.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.status(AuthorizerStatus status) |
The status of the authorizer.
|
AuthorizerDescription.Builder |
AuthorizerDescription.toBuilder() |
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.tokenKeyName(String tokenKeyName) |
The key used to extract the token from the HTTP headers.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.tokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys) |
The public keys used to validate the token signature returned by your custom authentication service.
|