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