Interface CreateAuthenticationProfileResponse.Builder

  • Method Details

    • authenticationProfileName

      CreateAuthenticationProfileResponse.Builder authenticationProfileName(String authenticationProfileName)

      The name of the authentication profile that was created.

      Parameters:
      authenticationProfileName - The name of the authentication profile that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authenticationProfileContent

      CreateAuthenticationProfileResponse.Builder authenticationProfileContent(String authenticationProfileContent)

      The content of the authentication profile in JSON format.

      Parameters:
      authenticationProfileContent - The content of the authentication profile in JSON format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.