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 Details

    • 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

      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:
    • overrideConfiguration

      EnableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.