Interface DeleteUserRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>,SdkBuilder<DeleteUserRequest.Builder,DeleteUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteUserRequest
public static interface DeleteUserRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteUserRequest.BuilderauthenticationType(String authenticationType)The authentication type for the user.DeleteUserRequest.BuilderauthenticationType(AuthenticationType authenticationType)The authentication type for the user.DeleteUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteUserRequest.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
DeleteUserRequest.Builder userName(String userName)
The email address of the user.
Users' email addresses are case-sensitive.
- Parameters:
userName- The email address of the user.Users' email addresses are case-sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
DeleteUserRequest.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
DeleteUserRequest.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
DeleteUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-