public static interface DisableUserRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DisableUserRequest.Builder,DisableUserRequest>
Modifier and Type | Method and Description |
---|---|
DisableUserRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DisableUserRequest.Builder |
authenticationType(String authenticationType)
The authentication type for the user.
|
DisableUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisableUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DisableUserRequest.Builder |
userName(String userName)
The email address of the user.
|
build
overrideConfiguration
copy
applyMutation, build
DisableUserRequest.Builder userName(String userName)
The email address of the user.
userName
- The email address of the user.DisableUserRequest.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
,
AuthenticationType
DisableUserRequest.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
,
AuthenticationType
DisableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisableUserRequest.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.