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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateAuthorizerRequest.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
,
AuthorizerStatus
CreateAuthorizerRequest.Builder status(AuthorizerStatus status)
The status of the create authorizer request.
status
- The status of the create authorizer request.AuthorizerStatus
,
AuthorizerStatus
CreateAuthorizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateAuthorizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.