| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
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.lastModifiedDate(Instant lastModifiedDate)
The UNIX timestamp of when the authorizer was last updated.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.signingDisabled(Boolean signingDisabled)
Specifies whether AWS IoT validates the token signature in an authorization request.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.status(AuthorizerStatus status)
The status of the authorizer.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.status(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthorizerDescription.Builder> |
AuthorizerDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAuthorizerResponse.Builder |
DescribeAuthorizerResponse.Builder.authorizerDescription(Consumer<AuthorizerDescription.Builder> authorizerDescription)
The authorizer description.
|
default DescribeDefaultAuthorizerResponse.Builder |
DescribeDefaultAuthorizerResponse.Builder.authorizerDescription(Consumer<AuthorizerDescription.Builder> authorizerDescription)
The default authorizer's description.
|
Copyright © 2019. All rights reserved.