public static interface CodeDeliveryDetailsType.Builder extends SdkPojo, CopyableBuilder<CodeDeliveryDetailsType.Builder,CodeDeliveryDetailsType>
| Modifier and Type | Method and Description |
|---|---|
CodeDeliveryDetailsType.Builder |
attributeName(String attributeName)
The name of the attribute that Amazon Cognito verifies with the code.
|
CodeDeliveryDetailsType.Builder |
deliveryMedium(DeliveryMediumType deliveryMedium)
The method that Amazon Cognito used to send the code.
|
CodeDeliveryDetailsType.Builder |
deliveryMedium(String deliveryMedium)
The method that Amazon Cognito used to send the code.
|
CodeDeliveryDetailsType.Builder |
destination(String destination)
The email address or phone number destination where Amazon Cognito sent the code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeDeliveryDetailsType.Builder destination(String destination)
The email address or phone number destination where Amazon Cognito sent the code.
destination - The email address or phone number destination where Amazon Cognito sent the code.CodeDeliveryDetailsType.Builder deliveryMedium(String deliveryMedium)
The method that Amazon Cognito used to send the code.
deliveryMedium - The method that Amazon Cognito used to send the code.DeliveryMediumType,
DeliveryMediumTypeCodeDeliveryDetailsType.Builder deliveryMedium(DeliveryMediumType deliveryMedium)
The method that Amazon Cognito used to send the code.
deliveryMedium - The method that Amazon Cognito used to send the code.DeliveryMediumType,
DeliveryMediumTypeCodeDeliveryDetailsType.Builder attributeName(String attributeName)
The name of the attribute that Amazon Cognito verifies with the code.
attributeName - The name of the attribute that Amazon Cognito verifies with the code.Copyright © 2023. All rights reserved.