public static interface TestIdentityProviderResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<TestIdentityProviderResponse.Builder,TestIdentityProviderResponse>
| Modifier and Type | Method and Description |
|---|---|
TestIdentityProviderResponse.Builder |
message(String message)
A message that indicates whether the test was successful or not.
|
TestIdentityProviderResponse.Builder |
response(String response)
The response that is returned from your API Gateway or your Lambda function.
|
TestIdentityProviderResponse.Builder |
statusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway or your Lambda function.
|
TestIdentityProviderResponse.Builder |
url(String url)
The endpoint of the service used to authenticate a user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestIdentityProviderResponse.Builder response(String response)
The response that is returned from your API Gateway or your Lambda function.
response - The response that is returned from your API Gateway or your Lambda function.TestIdentityProviderResponse.Builder statusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway or your Lambda function.
statusCode - The HTTP status code that is the response from your API Gateway or your Lambda function.TestIdentityProviderResponse.Builder message(String message)
A message that indicates whether the test was successful or not.
If an empty string is returned, the most likely cause is that the authentication failed due to an incorrect username or password.
message - A message that indicates whether the test was successful or not. If an empty string is returned, the most likely cause is that the authentication failed due to an incorrect username or password.
TestIdentityProviderResponse.Builder url(String url)
The endpoint of the service used to authenticate a user.
url - The endpoint of the service used to authenticate a user.Copyright © 2023. All rights reserved.