Interface CodeDeliveryDetailsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeDeliveryDetailsType.Builder,,CodeDeliveryDetailsType> SdkBuilder<CodeDeliveryDetailsType.Builder,,CodeDeliveryDetailsType> SdkPojo
- Enclosing class:
- CodeDeliveryDetailsType
@Mutable
@NotThreadSafe
public static interface CodeDeliveryDetailsType.Builder
extends SdkPojo, CopyableBuilder<CodeDeliveryDetailsType.Builder,CodeDeliveryDetailsType>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) The name of the attribute that Amazon Cognito verifies with the code.deliveryMedium(String deliveryMedium) The method that Amazon Cognito used to send the code.deliveryMedium(DeliveryMediumType deliveryMedium) The method that Amazon Cognito used to send the code.destination(String destination) The email address or phone number destination where Amazon Cognito sent the code.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
destination
The email address or phone number destination where Amazon Cognito sent the code.
- Parameters:
destination- The email address or phone number destination where Amazon Cognito sent the code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryMedium
The method that Amazon Cognito used to send the code.
- Parameters:
deliveryMedium- The method that Amazon Cognito used to send the code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deliveryMedium
The method that Amazon Cognito used to send the code.
- Parameters:
deliveryMedium- The method that Amazon Cognito used to send the code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributeName
The name of the attribute that Amazon Cognito verifies with the code.
- Parameters:
attributeName- The name of the attribute that Amazon Cognito verifies with the code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-