Interface CodeDeliveryDetailsType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CodeDeliveryDetailsType.Builder,CodeDeliveryDetailsType>, SdkBuilder<CodeDeliveryDetailsType.Builder,CodeDeliveryDetailsType>, SdkPojo
Enclosing class:
CodeDeliveryDetailsType

public static interface CodeDeliveryDetailsType.Builder extends SdkPojo, CopyableBuilder<CodeDeliveryDetailsType.Builder,CodeDeliveryDetailsType>
  • Method Details

    • 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:
    • deliveryMedium

      CodeDeliveryDetailsType.Builder deliveryMedium(DeliveryMediumType 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

      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.