CopyableBuilder<GetUserAttributeVerificationCodeRequest.Builder,GetUserAttributeVerificationCodeRequest>
, SdkBuilder<GetUserAttributeVerificationCodeRequest.Builder,GetUserAttributeVerificationCodeRequest>
public static interface GetUserAttributeVerificationCodeRequest.Builder extends CopyableBuilder<GetUserAttributeVerificationCodeRequest.Builder,GetUserAttributeVerificationCodeRequest>
Modifier and Type | Method | Description |
---|---|---|
GetUserAttributeVerificationCodeRequest.Builder |
accessToken(String accessToken) |
The access token returned by the server response to get the user attribute verification code.
|
GetUserAttributeVerificationCodeRequest.Builder |
attributeName(String attributeName) |
The attribute name returned by the server response to get the user attribute verification code.
|
copy
apply, build
GetUserAttributeVerificationCodeRequest.Builder accessToken(String accessToken)
The access token returned by the server response to get the user attribute verification code.
accessToken
- The access token returned by the server response to get the user attribute verification code.GetUserAttributeVerificationCodeRequest.Builder attributeName(String attributeName)
The attribute name returned by the server response to get the user attribute verification code.
attributeName
- The attribute name returned by the server response to get the user attribute verification code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.