Interface ConfirmSignUpResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<ConfirmSignUpResponse.Builder,,ConfirmSignUpResponse> SdkBuilder<ConfirmSignUpResponse.Builder,,ConfirmSignUpResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ConfirmSignUpResponse
@Mutable
@NotThreadSafe
public static interface ConfirmSignUpResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<ConfirmSignUpResponse.Builder,ConfirmSignUpResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA session identifier that you can use to immediately sign in the confirmed user.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
session
A session identifier that you can use to immediately sign in the confirmed user. You can automatically sign users in with the one-time password that they provided in a successful
ConfirmSignUprequest.- Parameters:
session- A session identifier that you can use to immediately sign in the confirmed user. You can automatically sign users in with the one-time password that they provided in a successfulConfirmSignUprequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-