public static interface EnableUserRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<EnableUserRequest.Builder,EnableUserRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableUserRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
EnableUserRequest.Builder |
authenticationType(String authenticationType)
The authentication type for the user.
|
EnableUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
EnableUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
EnableUserRequest.Builder |
userName(String userName)
The email address of the user.
|
buildoverrideConfigurationcopyapplyMutation, buildEnableUserRequest.Builder userName(String userName)
The email address of the user.
userName - The email address of the user.EnableUserRequest.Builder authenticationType(String authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType - The authentication type for the user. You must specify USERPOOL.AuthenticationType,
AuthenticationTypeEnableUserRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType - The authentication type for the user. You must specify USERPOOL.AuthenticationType,
AuthenticationTypeEnableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.EnableUserRequest.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.