Interface CodeDeliveryDetailsType.Builder

    • Method Detail

      • destination

        CodeDeliveryDetailsType.Builder destination​(String 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

        CodeDeliveryDetailsType.Builder deliveryMedium​(String 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:
        DeliveryMediumType, DeliveryMediumType
      • attributeName

        CodeDeliveryDetailsType.Builder attributeName​(String 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.