Interface MFAOptionType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MFAOptionType.Builder,MFAOptionType>,SdkBuilder<MFAOptionType.Builder,MFAOptionType>,SdkPojo
- Enclosing class:
- MFAOptionType
public static interface MFAOptionType.Builder extends SdkPojo, CopyableBuilder<MFAOptionType.Builder,MFAOptionType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MFAOptionType.BuilderattributeName(String attributeName)The attribute name of the MFA option type.MFAOptionType.BuilderdeliveryMedium(String deliveryMedium)The delivery medium to send the MFA code.MFAOptionType.BuilderdeliveryMedium(DeliveryMediumType deliveryMedium)The delivery medium to send the MFA 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deliveryMedium
MFAOptionType.Builder deliveryMedium(String deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to set only the
SMSdelivery medium value.- Parameters:
deliveryMedium- The delivery medium to send the MFA code. You can use this parameter to set only theSMSdelivery medium value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeliveryMediumType,DeliveryMediumType
-
deliveryMedium
MFAOptionType.Builder deliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to set only the
SMSdelivery medium value.- Parameters:
deliveryMedium- The delivery medium to send the MFA code. You can use this parameter to set only theSMSdelivery medium value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeliveryMediumType,DeliveryMediumType
-
attributeName
MFAOptionType.Builder attributeName(String attributeName)
The attribute name of the MFA option type. The only valid value is
phone_number.- Parameters:
attributeName- The attribute name of the MFA option type. The only valid value isphone_number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-