public static interface TestInvokeAuthorizerRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<TestInvokeAuthorizerRequest.Builder,TestInvokeAuthorizerRequest>
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerRequest.Builder |
additionalContext(Map<String,String> additionalContext)
A key-value map of additional context variables.
|
TestInvokeAuthorizerRequest.Builder |
authorizerId(String authorizerId)
Specifies a test invoke authorizer request's Authorizer ID.
|
TestInvokeAuthorizerRequest.Builder |
body(String body)
The simulated request body of an incoming invocation request.
|
TestInvokeAuthorizerRequest.Builder |
headers(Map<String,String> headers)
A key-value map of headers to simulate an incoming invocation request.
|
TestInvokeAuthorizerRequest.Builder |
multiValueHeaders(Map<String,? extends Collection<String>> multiValueHeaders)
The headers as a map from string to list of values to simulate an incoming invocation request.
|
TestInvokeAuthorizerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestInvokeAuthorizerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestInvokeAuthorizerRequest.Builder |
pathWithQueryString(String pathWithQueryString)
The URI path, including query string, of the simulated invocation request.
|
TestInvokeAuthorizerRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
TestInvokeAuthorizerRequest.Builder |
stageVariables(Map<String,String> stageVariables)
A key-value map of stage variables to simulate an invocation on a deployed Stage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestInvokeAuthorizerRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.TestInvokeAuthorizerRequest.Builder authorizerId(String authorizerId)
Specifies a test invoke authorizer request's Authorizer ID.
authorizerId - Specifies a test invoke authorizer request's Authorizer ID.TestInvokeAuthorizerRequest.Builder headers(Map<String,String> headers)
A key-value map of headers to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, should be specified.
headers - A key-value map of headers to simulate an incoming invocation request. This is where the incoming
authorization token, or identity source, should be specified.TestInvokeAuthorizerRequest.Builder multiValueHeaders(Map<String,? extends Collection<String>> multiValueHeaders)
The headers as a map from string to list of values to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, may be specified.
multiValueHeaders - The headers as a map from string to list of values to simulate an incoming invocation request. This is
where the incoming authorization token, or identity source, may be specified.TestInvokeAuthorizerRequest.Builder pathWithQueryString(String pathWithQueryString)
The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.
pathWithQueryString - The URI path, including query string, of the simulated invocation request. Use this to specify path
parameters and query string parameters.TestInvokeAuthorizerRequest.Builder body(String body)
The simulated request body of an incoming invocation request.
body - The simulated request body of an incoming invocation request.TestInvokeAuthorizerRequest.Builder stageVariables(Map<String,String> stageVariables)
A key-value map of stage variables to simulate an invocation on a deployed Stage.
stageVariables - A key-value map of stage variables to simulate an invocation on a deployed Stage.TestInvokeAuthorizerRequest.Builder additionalContext(Map<String,String> additionalContext)
A key-value map of additional context variables.
additionalContext - A key-value map of additional context variables.TestInvokeAuthorizerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestInvokeAuthorizerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.