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