Interface VerifySoftwareTokenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<VerifySoftwareTokenResponse.Builder,
,VerifySoftwareTokenResponse> SdkBuilder<VerifySoftwareTokenResponse.Builder,
,VerifySoftwareTokenResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
VerifySoftwareTokenResponse
public static interface VerifySoftwareTokenResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<VerifySoftwareTokenResponse.Builder,VerifySoftwareTokenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe session that should be passed both ways in challenge-response calls to the service.The status of the verify software token.The status of the verify software token.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of the verify software token.
- Parameters:
status
- The status of the verify software token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the verify software token.
- Parameters:
status
- The status of the verify software token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
session
The session that should be passed both ways in challenge-response calls to the service.
- Parameters:
session
- The session that should be passed both ways in challenge-response calls to the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-