public static interface VerifyUserAttributeRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<VerifyUserAttributeRequest.Builder,VerifyUserAttributeRequest>
Modifier and Type | Method and Description |
---|---|
VerifyUserAttributeRequest.Builder |
accessToken(String accessToken)
Represents the access token of the request to verify user attributes.
|
VerifyUserAttributeRequest.Builder |
attributeName(String attributeName)
The attribute name in the request to verify user attributes.
|
VerifyUserAttributeRequest.Builder |
code(String code)
The verification code in the request to verify user attributes.
|
VerifyUserAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
VerifyUserAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
VerifyUserAttributeRequest.Builder accessToken(String accessToken)
Represents the access token of the request to verify user attributes.
accessToken
- Represents the access token of the request to verify user attributes.VerifyUserAttributeRequest.Builder attributeName(String attributeName)
The attribute name in the request to verify user attributes.
attributeName
- The attribute name in the request to verify user attributes.VerifyUserAttributeRequest.Builder code(String code)
The verification code in the request to verify user attributes.
code
- The verification code in the request to verify user attributes.VerifyUserAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
VerifyUserAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.