public static final class AWSCognitoAuthSignUpOptions.CognitoBuilder extends com.amplifyframework.auth.options.AuthSignUpOptions.Builder<AWSCognitoAuthSignUpOptions.CognitoBuilder>
| Constructor and Description |
|---|
CognitoBuilder()
Constructs the builder.
|
| Modifier and Type | Method and Description |
|---|---|
AWSCognitoAuthSignUpOptions |
build()
Build the object.
|
AWSCognitoAuthSignUpOptions.CognitoBuilder |
clientMetadata(java.util.Map<java.lang.String,java.lang.String> clientMetadata)
A map of additional custom attributes to be sent to the service such as information about the client.
|
AWSCognitoAuthSignUpOptions.CognitoBuilder |
getThis()
Gets the type of builder to support proper flow with this being an extended class.
|
AWSCognitoAuthSignUpOptions.CognitoBuilder |
validationData(java.util.Map<java.lang.String,java.lang.String> validationData)
A map of custom data the user can send as part of the sign up process for validation.
|
public AWSCognitoAuthSignUpOptions.CognitoBuilder getThis()
getThis in class com.amplifyframework.auth.options.AuthSignUpOptions.Builder<AWSCognitoAuthSignUpOptions.CognitoBuilder>@NonNull public AWSCognitoAuthSignUpOptions.CognitoBuilder validationData(@NonNull java.util.Map<java.lang.String,java.lang.String> validationData)
validationData - A map of custom data the user can send as part of the sign up process for validation.@NonNull public AWSCognitoAuthSignUpOptions.CognitoBuilder clientMetadata(@NonNull java.util.Map<java.lang.String,java.lang.String> clientMetadata)
clientMetadata - A map of additional custom attributes to be sent to the service such as information
about the client.@NonNull public AWSCognitoAuthSignUpOptions build()
build in class com.amplifyframework.auth.options.AuthSignUpOptions.Builder<AWSCognitoAuthSignUpOptions.CognitoBuilder>