public static interface Settings.Builder extends SdkPojo, CopyableBuilder<Settings.Builder,Settings>
| Modifier and Type | Method and Description |
|---|---|
Settings.Builder |
mfaTypes(Collection<MfaTypesElement> mfaTypes)
The supported MFA types.
|
Settings.Builder |
mfaTypes(MfaTypesElement... mfaTypes)
The supported MFA types.
|
Settings.Builder |
mfaTypesWithStrings(Collection<String> mfaTypes)
The supported MFA types.
|
Settings.Builder |
mfaTypesWithStrings(String... mfaTypes)
The supported MFA types.
|
Settings.Builder |
smsMessage(String smsMessage)
The body of the SMS message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSettings.Builder mfaTypesWithStrings(Collection<String> mfaTypes)
The supported MFA types.
mfaTypes - The supported MFA types.Settings.Builder mfaTypesWithStrings(String... mfaTypes)
The supported MFA types.
mfaTypes - The supported MFA types.Settings.Builder mfaTypes(Collection<MfaTypesElement> mfaTypes)
The supported MFA types.
mfaTypes - The supported MFA types.Settings.Builder mfaTypes(MfaTypesElement... mfaTypes)
The supported MFA types.
mfaTypes - The supported MFA types.Settings.Builder smsMessage(String smsMessage)
The body of the SMS message.
smsMessage - The body of the SMS message.Copyright © 2023. All rights reserved.