public static interface SendOTPMessageRequestParameters.Builder extends SdkPojo, CopyableBuilder<SendOTPMessageRequestParameters.Builder,SendOTPMessageRequestParameters>
| Modifier and Type | Method and Description |
|---|---|
SendOTPMessageRequestParameters.Builder |
allowedAttempts(Integer allowedAttempts)
The attempts allowed to validate an OTP.
|
SendOTPMessageRequestParameters.Builder |
brandName(String brandName)
The brand name that will be substituted into the OTP message body.
|
SendOTPMessageRequestParameters.Builder |
channel(String channel)
Channel type for the OTP message.
|
SendOTPMessageRequestParameters.Builder |
codeLength(Integer codeLength)
The number of characters in the generated OTP.
|
SendOTPMessageRequestParameters.Builder |
destinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
|
SendOTPMessageRequestParameters.Builder |
entityId(String entityId)
A unique Entity ID received from DLT after entity registration is approved.
|
SendOTPMessageRequestParameters.Builder |
language(String language)
The language to be used for the outgoing message body containing the OTP.
|
SendOTPMessageRequestParameters.Builder |
originationIdentity(String originationIdentity)
The origination identity used to send OTP from.
|
SendOTPMessageRequestParameters.Builder |
referenceId(String referenceId)
Developer-specified reference identifier.
|
SendOTPMessageRequestParameters.Builder |
templateId(String templateId)
A unique Template ID received from DLT after entity registration is approved.
|
SendOTPMessageRequestParameters.Builder |
validityPeriod(Integer validityPeriod)
The time in minutes before the OTP is no longer valid.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSendOTPMessageRequestParameters.Builder allowedAttempts(Integer allowedAttempts)
The attempts allowed to validate an OTP.
allowedAttempts - The attempts allowed to validate an OTP.SendOTPMessageRequestParameters.Builder brandName(String brandName)
The brand name that will be substituted into the OTP message body. Should be owned by calling AWS account.
brandName - The brand name that will be substituted into the OTP message body. Should be owned by calling AWS
account.SendOTPMessageRequestParameters.Builder channel(String channel)
Channel type for the OTP message. Supported values: [SMS].
channel - Channel type for the OTP message. Supported values: [SMS].SendOTPMessageRequestParameters.Builder codeLength(Integer codeLength)
The number of characters in the generated OTP.
codeLength - The number of characters in the generated OTP.SendOTPMessageRequestParameters.Builder destinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
destinationIdentity - The destination identity to send OTP to.SendOTPMessageRequestParameters.Builder entityId(String entityId)
A unique Entity ID received from DLT after entity registration is approved.
entityId - A unique Entity ID received from DLT after entity registration is approved.SendOTPMessageRequestParameters.Builder language(String language)
The language to be used for the outgoing message body containing the OTP.
language - The language to be used for the outgoing message body containing the OTP.SendOTPMessageRequestParameters.Builder originationIdentity(String originationIdentity)
The origination identity used to send OTP from.
originationIdentity - The origination identity used to send OTP from.SendOTPMessageRequestParameters.Builder referenceId(String referenceId)
Developer-specified reference identifier. Required to match during OTP verification.
referenceId - Developer-specified reference identifier. Required to match during OTP verification.SendOTPMessageRequestParameters.Builder templateId(String templateId)
A unique Template ID received from DLT after entity registration is approved.
templateId - A unique Template ID received from DLT after entity registration is approved.SendOTPMessageRequestParameters.Builder validityPeriod(Integer validityPeriod)
The time in minutes before the OTP is no longer valid.
validityPeriod - The time in minutes before the OTP is no longer valid.Copyright © 2022. All rights reserved.