public static interface UpdateAuthEventFeedbackRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<UpdateAuthEventFeedbackRequest.Builder,UpdateAuthEventFeedbackRequest>
buildoverrideConfigurationcopyapplyMutation, 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.
feedbackValue - The authentication event feedback value.FeedbackValueType,
FeedbackValueTypeUpdateAuthEventFeedbackRequest.Builder feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
feedbackValue - The authentication event feedback value.FeedbackValueType,
FeedbackValueTypeUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateAuthEventFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.