Interface ModifyAuthenticationProfileResponse.Builder

    • Method Detail

      • authenticationProfileName

        ModifyAuthenticationProfileResponse.Builder authenticationProfileName​(String authenticationProfileName)

        The name of the authentication profile that was replaced.

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

        ModifyAuthenticationProfileResponse.Builder authenticationProfileContent​(String authenticationProfileContent)

        The updated content of the authentication profile in JSON format.

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