Interface TestIdentityProviderResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<TestIdentityProviderResponse.Builder,
,TestIdentityProviderResponse> SdkBuilder<TestIdentityProviderResponse.Builder,
,TestIdentityProviderResponse> SdkPojo
,SdkResponse.Builder
,TransferResponse.Builder
- Enclosing class:
TestIdentityProviderResponse
public static interface TestIdentityProviderResponse.Builder
extends TransferResponse.Builder, SdkPojo, CopyableBuilder<TestIdentityProviderResponse.Builder,TestIdentityProviderResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA message that indicates whether the test was successful or not.The response that is returned from your API Gateway or your Lambda function.statusCode
(Integer statusCode) The HTTP status code that is the response from your API Gateway or your Lambda function.The endpoint of the service used to authenticate a user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
response
The response that is returned from your API Gateway or your Lambda function.
- Parameters:
response
- The response that is returned from your API Gateway or your Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The HTTP status code that is the response from your API Gateway or your Lambda function.
- Parameters:
statusCode
- The HTTP status code that is the response from your API Gateway or your Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The endpoint of the service used to authenticate a user.
- Parameters:
url
- The endpoint of the service used to authenticate a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-