public static interface UpdateAuthEventFeedbackRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<UpdateAuthEventFeedbackRequest.Builder,UpdateAuthEventFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthEventFeedbackRequest.Builder |
eventId(String eventId)
The event ID.
|
UpdateAuthEventFeedbackRequest.Builder |
feedbackToken(String feedbackToken)
The feedback token.
|
UpdateAuthEventFeedbackRequest.Builder |
feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
UpdateAuthEventFeedbackRequest.Builder |
feedbackValue(String feedbackValue)
The authentication event feedback value.
|
UpdateAuthEventFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAuthEventFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAuthEventFeedbackRequest.Builder |
username(String username)
The user pool username.
|
UpdateAuthEventFeedbackRequest.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAuthEventFeedbackRequest.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.UpdateAuthEventFeedbackRequest.Builder username(String username)
The user pool username.
username - The user pool username.UpdateAuthEventFeedbackRequest.Builder eventId(String eventId)
The event ID.
eventId - The event ID.UpdateAuthEventFeedbackRequest.Builder feedbackToken(String feedbackToken)
The feedback token.
feedbackToken - The feedback token.UpdateAuthEventFeedbackRequest.Builder feedbackValue(String feedbackValue)
The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated
some level of risk. When you provide a FeedbackValue value of invalid, you tell
Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a
high-enough risk level.
feedbackValue - The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has
evaluated some level of risk. When you provide a FeedbackValue value of
invalid, you tell Amazon Cognito that you don't trust a user session, or you don't
believe that Amazon Cognito evaluated a high-enough risk level.FeedbackValueType,
FeedbackValueTypeUpdateAuthEventFeedbackRequest.Builder feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated
some level of risk. When you provide a FeedbackValue value of invalid, you tell
Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a
high-enough risk level.
feedbackValue - The authentication event feedback value. When you provide a FeedbackValue value of
valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has
evaluated some level of risk. When you provide a FeedbackValue value of
invalid, you tell Amazon Cognito that you don't trust a user session, or you don't
believe that Amazon Cognito evaluated a high-enough risk level.FeedbackValueType,
FeedbackValueTypeUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.