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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAuthorizerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAuthorizerRequest.Builder |
signingDisabled(Boolean signingDisabled)
Specifies whether AWS 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..."
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateAuthorizerRequest.Builder signingDisabled(Boolean signingDisabled)
Specifies whether AWS IoT validates the token signature in an authorization request.
signingDisabled - Specifies whether AWS IoT validates the token signature in an authorization request.CreateAuthorizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAuthorizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.