Interface AuthenticationProfile.Builder

    • Method Detail

      • authenticationProfileName

        AuthenticationProfile.Builder authenticationProfileName​(String authenticationProfileName)

        The name of the authentication profile.

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

        AuthenticationProfile.Builder authenticationProfileContent​(String authenticationProfileContent)

        The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.

        Parameters:
        authenticationProfileContent - The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.