public static interface TestIdentityProviderResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<TestIdentityProviderResponse.Builder,TestIdentityProviderResponse>
Modifier and Type | Method and Description |
---|---|
TestIdentityProviderResponse.Builder |
message(String message)
The result of the authorization test as a message.
|
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
TestIdentityProviderResponse.Builder message(String message)
The result of the authorization test as a message.
message
- The result of the authorization test as a message.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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.