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)
Add an optional request override configuration.
|
CreateAuthorizerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateAuthorizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.