public static interface VerifyUserAttributeRequest.Builder extends CognitoIdentityProviderRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
VerifyUserAttributeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildVerifyUserAttributeRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.VerifyUserAttributeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.