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)
Add an optional request override configuration.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
username(String username)
The user pool username.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AdminUpdateAuthEventFeedbackRequest.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.