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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeDeliveryDetailsType.BuilderattributeName(String attributeName)The name of the attribute that Amazon Cognito verifies with the code.CodeDeliveryDetailsType.BuilderdeliveryMedium(String deliveryMedium)The method that Amazon Cognito used to send the code.CodeDeliveryDetailsType.BuilderdeliveryMedium(DeliveryMediumType deliveryMedium)The method that Amazon Cognito used to send the code.CodeDeliveryDetailsType.Builderdestination(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
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:
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.
-
-