Interface VerifySoftwareTokenRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>,SdkBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- VerifySoftwareTokenRequest
public static interface VerifySoftwareTokenRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<VerifySoftwareTokenRequest.Builder,VerifySoftwareTokenRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifySoftwareTokenRequest.BuilderaccessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose software token you want to verify.VerifySoftwareTokenRequest.BuilderfriendlyDeviceName(String friendlyDeviceName)The friendly device name.VerifySoftwareTokenRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)VerifySoftwareTokenRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)VerifySoftwareTokenRequest.Buildersession(String session)The session that should be passed both ways in challenge-response calls to the service.VerifySoftwareTokenRequest.BuilderuserCode(String userCode)The one- time password computed using the secret code returned by AssociateSoftwareToken.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accessToken
VerifySoftwareTokenRequest.Builder accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose software token you want to verify.
- Parameters:
accessToken- A valid access token that Amazon Cognito issued to the user whose software token you want to verify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
session
VerifySoftwareTokenRequest.Builder session(String 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.
-
userCode
VerifySoftwareTokenRequest.Builder userCode(String userCode)
The one- time password computed using the secret code returned by AssociateSoftwareToken.
- Parameters:
userCode- The one- time password computed using the secret code returned by AssociateSoftwareToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
friendlyDeviceName
VerifySoftwareTokenRequest.Builder friendlyDeviceName(String friendlyDeviceName)
The friendly device name.
- Parameters:
friendlyDeviceName- The friendly device name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
VerifySoftwareTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
VerifySoftwareTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-