Interface EventFeedbackType.Builder

    • Method Detail

      • feedbackValue

        EventFeedbackType.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.

        Parameters:
        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.
        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)

        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.

        Parameters:
        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.
        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 provider.

        Parameters:
        provider - The provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • feedbackDate

        EventFeedbackType.Builder feedbackDate​(Instant feedbackDate)

        The event feedback date.

        Parameters:
        feedbackDate - The event feedback date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.