public static interface AdminUpdateAuthEventFeedbackRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminUpdateAuthEventFeedbackRequest.Builder,AdminUpdateAuthEventFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminUpdateAuthEventFeedbackRequest.Builder |
eventId(String eventId)
The authentication event ID.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
feedbackValue(String feedbackValue)
The authentication event feedback value.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AdminUpdateAuthEventFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AdminUpdateAuthEventFeedbackRequest.Builder |
username(String username)
The user pool username.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminUpdateAuthEventFeedbackRequest.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.AdminUpdateAuthEventFeedbackRequest.Builder username(String username)
The user pool username.
username - The user pool username.AdminUpdateAuthEventFeedbackRequest.Builder eventId(String eventId)
The authentication event ID.
eventId - The authentication event ID.AdminUpdateAuthEventFeedbackRequest.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,
FeedbackValueTypeAdminUpdateAuthEventFeedbackRequest.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,
FeedbackValueTypeAdminUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.