public static interface CreateAuthorizerRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateAuthorizerRequest.Builder,CreateAuthorizerRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerRequest.Builder |
authorizerFunctionArn(String authorizerFunctionArn)
The ARN of the authorizer's Lambda function.
|
CreateAuthorizerRequest.Builder |
authorizerName(String authorizerName)
The authorizer name.
|
CreateAuthorizerRequest.Builder |
enableCachingForHttp(Boolean enableCachingForHttp)
When
true, the result from the authorizer’s Lambda function is cached for clients that use
persistent HTTP connections. |
CreateAuthorizerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAuthorizerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAuthorizerRequest.Builder |
signingDisabled(Boolean signingDisabled)
Specifies whether IoT validates the token signature in an authorization request.
|
CreateAuthorizerRequest.Builder |
status(AuthorizerStatus status)
The status of the create authorizer request.
|
CreateAuthorizerRequest.Builder |
status(String status)
The status of the create authorizer request.
|
CreateAuthorizerRequest.Builder |
tags(Collection<Tag> tags)
Metadata which can be used to manage the custom authorizer.
|
CreateAuthorizerRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the custom authorizer.
|
CreateAuthorizerRequest.Builder |
tags(Tag... tags)
Metadata which can be used to manage the custom authorizer.
|
CreateAuthorizerRequest.Builder |
tokenKeyName(String tokenKeyName)
The name of the token key used to extract the token from the HTTP headers.
|
CreateAuthorizerRequest.Builder |
tokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys)
The public keys used to verify the digital signature returned by your custom authentication service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAuthorizerRequest.Builder authorizerName(String authorizerName)
The authorizer name.
authorizerName - The authorizer name.CreateAuthorizerRequest.Builder authorizerFunctionArn(String authorizerFunctionArn)
The ARN of the authorizer's Lambda function.
authorizerFunctionArn - The ARN of the authorizer's Lambda function.CreateAuthorizerRequest.Builder tokenKeyName(String tokenKeyName)
The name of the token key used to extract the token from the HTTP headers.
tokenKeyName - The name of the token key used to extract the token from the HTTP headers.CreateAuthorizerRequest.Builder tokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys)
The public keys used to verify the digital signature returned by your custom authentication service.
tokenSigningPublicKeys - The public keys used to verify the digital signature returned by your custom authentication service.CreateAuthorizerRequest.Builder status(String status)
The status of the create authorizer request.
status - The status of the create authorizer request.AuthorizerStatus,
AuthorizerStatusCreateAuthorizerRequest.Builder status(AuthorizerStatus status)
The status of the create authorizer request.
status - The status of the create authorizer request.AuthorizerStatus,
AuthorizerStatusCreateAuthorizerRequest.Builder tags(Collection<Tag> tags)
Metadata which can be used to manage the custom authorizer.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
tags - Metadata which can be used to manage the custom authorizer. For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
CreateAuthorizerRequest.Builder tags(Tag... tags)
Metadata which can be used to manage the custom authorizer.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
tags - Metadata which can be used to manage the custom authorizer. For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
CreateAuthorizerRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the custom authorizer.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateAuthorizerRequest.Builder signingDisabled(Boolean signingDisabled)
Specifies whether IoT validates the token signature in an authorization request.
signingDisabled - Specifies whether IoT validates the token signature in an authorization request.CreateAuthorizerRequest.Builder enableCachingForHttp(Boolean enableCachingForHttp)
When true, the result from the authorizer’s Lambda function is cached for clients that use
persistent HTTP connections. The results are cached for the time specified by the Lambda function in
refreshAfterInSeconds. This value does not affect authorization of clients that use MQTT
connections.
The default value is false.
enableCachingForHttp - When true, the result from the authorizer’s Lambda function is cached for clients that
use persistent HTTP connections. The results are cached for the time specified by the Lambda function
in refreshAfterInSeconds. This value does not affect authorization of clients that use
MQTT connections.
The default value is false.
CreateAuthorizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAuthorizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.