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.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.VerifyUserAttributeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.