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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AdminUpdateAuthEventFeedbackRequest.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
,
FeedbackValueType
AdminUpdateAuthEventFeedbackRequest.Builder feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
feedbackValue
- The authentication event feedback value.FeedbackValueType
,
FeedbackValueType
AdminUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AdminUpdateAuthEventFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.