Interface Settings.Builder

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

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

    • mfaTypesWithStrings

      Settings.Builder mfaTypesWithStrings(Collection<String> mfaTypes)

      The supported MFA types.

      Parameters:
      mfaTypes - The supported MFA types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mfaTypesWithStrings

      Settings.Builder mfaTypesWithStrings(String... mfaTypes)

      The supported MFA types.

      Parameters:
      mfaTypes - The supported MFA types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mfaTypes

      The supported MFA types.

      Parameters:
      mfaTypes - The supported MFA types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mfaTypes

      Settings.Builder mfaTypes(MfaTypesElement... mfaTypes)

      The supported MFA types.

      Parameters:
      mfaTypes - The supported MFA types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • smsMessage

      Settings.Builder smsMessage(String smsMessage)

      The body of the SMS message.

      Parameters:
      smsMessage - The body of the SMS message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.