Interface AssociateSoftwareTokenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<AssociateSoftwareTokenResponse.Builder,
,AssociateSoftwareTokenResponse> SdkBuilder<AssociateSoftwareTokenResponse.Builder,
,AssociateSoftwareTokenResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AssociateSoftwareTokenResponse
@Mutable
@NotThreadSafe
public static interface AssociateSoftwareTokenResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<AssociateSoftwareTokenResponse.Builder,AssociateSoftwareTokenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsecretCode
(String secretCode) A unique generated shared secret code that is used by the TOTP algorithm to generate a one-time code.The session identifier that maintains the state of authentication requests and challenge responses.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
secretCode
A unique generated shared secret code that is used by the TOTP algorithm to generate a one-time code.
- Parameters:
secretCode
- A unique generated shared secret code that is used by the TOTP algorithm to generate a one-time code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
session
The session identifier that maintains the state of authentication requests and challenge responses.
- Parameters:
session
- The session identifier that maintains the state of authentication requests and challenge responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-