public static interface AdminUpdateAuthEventFeedbackRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminUpdateAuthEventFeedbackRequest.Builder,AdminUpdateAuthEventFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminUpdateAuthEventFeedbackRequest.Builder |
eventId(String eventId)
The authentication event ID.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
feedbackValue(String feedbackValue)
The authentication event feedback value.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AdminUpdateAuthEventFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AdminUpdateAuthEventFeedbackRequest.Builder |
username(String username)
The user pool username.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminUpdateAuthEventFeedbackRequest.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.AdminUpdateAuthEventFeedbackRequest.Builder username(String username)
The user pool username.
username - The user pool username.AdminUpdateAuthEventFeedbackRequest.Builder eventId(String eventId)
The authentication event ID.
eventId - The authentication event ID.AdminUpdateAuthEventFeedbackRequest.Builder feedbackValue(String feedbackValue)
The authentication event feedback value.
feedbackValue - The authentication event feedback value.FeedbackValueType,
FeedbackValueTypeAdminUpdateAuthEventFeedbackRequest.Builder feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
feedbackValue - The authentication event feedback value.FeedbackValueType,
FeedbackValueTypeAdminUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.