public static final class AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder extends com.amplifyframework.auth.options.AuthResendUserAttributeConfirmationCodeOptions.Builder<AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder>
| Constructor and Description |
|---|
CognitoBuilder()
Constructor for the builder.
|
| Modifier and Type | Method and Description |
|---|---|
AWSCognitoAuthResendUserAttributeConfirmationCodeOptions |
build()
Construct and return the object with the values set in the builder.
|
AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder |
getThis()
Returns the type of builder this is to support proper flow with it being an extended class.
|
AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder |
metadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Set the metadata field for the object being built.
|
public AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder getThis()
getThis in class com.amplifyframework.auth.options.AuthResendUserAttributeConfirmationCodeOptions.Builder<AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder>@NonNull public AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder metadata(@NonNull java.util.Map<java.lang.String,java.lang.String> metadata)
metadata - Custom user metadata to be sent with the resend user attribute confirmation code request.@NonNull public AWSCognitoAuthResendUserAttributeConfirmationCodeOptions build()
build in class com.amplifyframework.auth.options.AuthResendUserAttributeConfirmationCodeOptions.Builder<AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder>