public static interface VerifyUserAttributeRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<VerifyUserAttributeRequest.Builder,VerifyUserAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
VerifyUserAttributeRequest.Builder |
accessToken(String accessToken)
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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifyUserAttributeRequest.Builder accessToken(String accessToken)
The access token of the request to verify user attributes.
accessToken - 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.BuilderVerifyUserAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.