public static interface TestInvokeAuthorizerRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<TestInvokeAuthorizerRequest.Builder,TestInvokeAuthorizerRequest>
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerRequest.Builder |
authorizerName(String authorizerName)
The custom authorizer name.
|
TestInvokeAuthorizerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
TestInvokeAuthorizerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
TestInvokeAuthorizerRequest.Builder |
token(String token)
The token returned by your custom authentication service.
|
TestInvokeAuthorizerRequest.Builder |
tokenSignature(String tokenSignature)
The signature made with the token and your custom authentication service's private key.
|
buildoverrideConfigurationcopyapplyMutation, buildTestInvokeAuthorizerRequest.Builder authorizerName(String authorizerName)
The custom authorizer name.
authorizerName - The custom authorizer name.TestInvokeAuthorizerRequest.Builder token(String token)
The token returned by your custom authentication service.
token - The token returned by your custom authentication service.TestInvokeAuthorizerRequest.Builder tokenSignature(String tokenSignature)
The signature made with the token and your custom authentication service's private key.
tokenSignature - The signature made with the token and your custom authentication service's private key.TestInvokeAuthorizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.TestInvokeAuthorizerRequest.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.