Interface AuthenticationProfile.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AuthenticationProfile.Builder,AuthenticationProfile>, SdkBuilder<AuthenticationProfile.Builder,AuthenticationProfile>, SdkPojo
Enclosing class:
AuthenticationProfile

public static interface AuthenticationProfile.Builder extends SdkPojo, CopyableBuilder<AuthenticationProfile.Builder,AuthenticationProfile>
  • Method Details

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