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