public static interface UpdateAuthorizerRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateAuthorizerRequest.Builder,UpdateAuthorizerRequest>
Modifier and Type | Method and Description |
---|---|
UpdateAuthorizerRequest.Builder |
authorizerFunctionArn(String authorizerFunctionArn)
The ARN of the authorizer's Lambda function.
|
UpdateAuthorizerRequest.Builder |
authorizerName(String authorizerName)
The authorizer name.
|
UpdateAuthorizerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateAuthorizerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateAuthorizerRequest.Builder |
status(AuthorizerStatus status)
The status of the update authorizer request.
|
UpdateAuthorizerRequest.Builder |
status(String status)
The status of the update authorizer request.
|
UpdateAuthorizerRequest.Builder |
tokenKeyName(String tokenKeyName)
The key used to extract the token from the HTTP headers.
|
UpdateAuthorizerRequest.Builder |
tokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys)
The public keys used to verify the token signature.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateAuthorizerRequest.Builder authorizerName(String authorizerName)
The authorizer name.
authorizerName
- The authorizer name.UpdateAuthorizerRequest.Builder authorizerFunctionArn(String authorizerFunctionArn)
The ARN of the authorizer's Lambda function.
authorizerFunctionArn
- The ARN of the authorizer's Lambda function.UpdateAuthorizerRequest.Builder tokenKeyName(String tokenKeyName)
The key used to extract the token from the HTTP headers.
tokenKeyName
- The key used to extract the token from the HTTP headers.UpdateAuthorizerRequest.Builder tokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys)
The public keys used to verify the token signature.
tokenSigningPublicKeys
- The public keys used to verify the token signature.UpdateAuthorizerRequest.Builder status(String status)
The status of the update authorizer request.
status
- The status of the update authorizer request.AuthorizerStatus
,
AuthorizerStatus
UpdateAuthorizerRequest.Builder status(AuthorizerStatus status)
The status of the update authorizer request.
status
- The status of the update authorizer request.AuthorizerStatus
,
AuthorizerStatus
UpdateAuthorizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateAuthorizerRequest.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.