public static interface EventFeedbackType.Builder extends SdkPojo, CopyableBuilder<EventFeedbackType.Builder,EventFeedbackType>
| Modifier and Type | Method and Description |
|---|---|
EventFeedbackType.Builder |
feedbackDate(Instant feedbackDate)
The event feedback date.
|
EventFeedbackType.Builder |
feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
EventFeedbackType.Builder |
feedbackValue(String feedbackValue)
The authentication event feedback value.
|
EventFeedbackType.Builder |
provider(String provider)
The provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventFeedbackType.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,
FeedbackValueTypeEventFeedbackType.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,
FeedbackValueTypeEventFeedbackType.Builder provider(String provider)
The provider.
provider - The provider.EventFeedbackType.Builder feedbackDate(Instant feedbackDate)
The event feedback date.
feedbackDate - The event feedback date.Copyright © 2023. All rights reserved.