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.
|
TestIdentityProviderResponse.Builder |
statusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway.
|
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.
response - The response that is returned from your API Gateway.TestIdentityProviderResponse.Builder statusCode(Integer statusCode)
The HTTP status code that is the response from your API Gateway.
statusCode - The HTTP status code that is the response from your API Gateway.TestIdentityProviderResponse.Builder message(String message)
A message that indicates whether the test was successful or not.
message - A message that indicates whether the test was successful or not.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 © 2020. All rights reserved.