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 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.