Interface EventFeedbackType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventFeedbackType.Builder,EventFeedbackType>,SdkBuilder<EventFeedbackType.Builder,EventFeedbackType>,SdkPojo
- Enclosing class:
- EventFeedbackType
@Mutable @NotThreadSafe public static interface EventFeedbackType.Builder extends SdkPojo, CopyableBuilder<EventFeedbackType.Builder,EventFeedbackType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventFeedbackType.BuilderfeedbackDate(Instant feedbackDate)The date that you or your user submitted the feedback.EventFeedbackType.BuilderfeedbackValue(String feedbackValue)Your feedback to the authentication event.EventFeedbackType.BuilderfeedbackValue(FeedbackValueType feedbackValue)Your feedback to the authentication event.EventFeedbackType.Builderprovider(String provider)The submitter of the event feedback.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
feedbackValue
EventFeedbackType.Builder feedbackValue(String feedbackValue)
Your feedback to the authentication event. When you provide a
FeedbackValuevalue ofvalid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide aFeedbackValuevalue ofinvalid, 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.- Parameters:
feedbackValue- Your feedback to the authentication event. When you provide aFeedbackValuevalue ofvalid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide aFeedbackValuevalue ofinvalid, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeedbackValueType,FeedbackValueType
-
feedbackValue
EventFeedbackType.Builder feedbackValue(FeedbackValueType feedbackValue)
Your feedback to the authentication event. When you provide a
FeedbackValuevalue ofvalid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide aFeedbackValuevalue ofinvalid, 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.- Parameters:
feedbackValue- Your feedback to the authentication event. When you provide aFeedbackValuevalue ofvalid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide aFeedbackValuevalue ofinvalid, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeedbackValueType,FeedbackValueType
-
provider
EventFeedbackType.Builder provider(String provider)
The submitter of the event feedback. For example, if you submit event feedback in the Amazon Cognito console, this value is
Admin.- Parameters:
provider- The submitter of the event feedback. For example, if you submit event feedback in the Amazon Cognito console, this value isAdmin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feedbackDate
EventFeedbackType.Builder feedbackDate(Instant feedbackDate)
The date that you or your user submitted the feedback.
- Parameters:
feedbackDate- The date that you or your user submitted the feedback.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-