Interface EnableUserRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<EnableUserRequest.Builder,EnableUserRequest>,SdkBuilder<EnableUserRequest.Builder,EnableUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- EnableUserRequest
public static interface EnableUserRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<EnableUserRequest.Builder,EnableUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableUserRequest.BuilderauthenticationType(String authenticationType)The authentication type for the user.EnableUserRequest.BuilderauthenticationType(AuthenticationType authenticationType)The authentication type for the user.EnableUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableUserRequest.BuilderuserName(String userName)The email address of the user.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
userName
EnableUserRequest.Builder userName(String userName)
The email address of the user.
Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.
- Parameters:
userName- The email address of the user.Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
EnableUserRequest.Builder authenticationType(String authenticationType)
The authentication type for the user. You must specify USERPOOL.
- Parameters:
authenticationType- The authentication type for the user. You must specify USERPOOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthenticationType,AuthenticationType
-
authenticationType
EnableUserRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication type for the user. You must specify USERPOOL.
- Parameters:
authenticationType- The authentication type for the user. You must specify USERPOOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthenticationType,AuthenticationType
-
overrideConfiguration
EnableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
EnableUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-