Interface AdminGetUserResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CognitoIdentityProviderResponse.Builder, CopyableBuilder<AdminGetUserResponse.Builder,AdminGetUserResponse>, SdkBuilder<AdminGetUserResponse.Builder,AdminGetUserResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
AdminGetUserResponse

  • Method Details

    • username

      The username of the user that you requested.

      Parameters:
      username - The username of the user that you requested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userAttributes

      AdminGetUserResponse.Builder userAttributes(Collection<AttributeType> userAttributes)

      An array of name-value pairs representing user attributes.

      Parameters:
      userAttributes - An array of name-value pairs representing user attributes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userAttributes

      AdminGetUserResponse.Builder userAttributes(AttributeType... userAttributes)

      An array of name-value pairs representing user attributes.

      Parameters:
      userAttributes - An array of name-value pairs representing user attributes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userAttributes

      AdminGetUserResponse.Builder userAttributes(Consumer<AttributeType.Builder>... userAttributes)

      An array of name-value pairs representing user attributes.

      This is a convenience method that creates an instance of the AttributeType.Builder avoiding the need to create one manually via AttributeType.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to userAttributes(List<AttributeType>).

      Parameters:
      userAttributes - a consumer that will call methods on AttributeType.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userCreateDate

      AdminGetUserResponse.Builder userCreateDate(Instant userCreateDate)

      The date the user was created.

      Parameters:
      userCreateDate - The date the user was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userLastModifiedDate

      AdminGetUserResponse.Builder userLastModifiedDate(Instant userLastModifiedDate)

      The date and time, in ISO 8601 format, when the item was modified.

      Parameters:
      userLastModifiedDate - The date and time, in ISO 8601 format, when the item was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      Indicates that the status is enabled.

      Parameters:
      enabled - Indicates that the status is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userStatus

      AdminGetUserResponse.Builder userStatus(String userStatus)

      The user status. Can be one of the following:

      • UNCONFIRMED - User has been created but not confirmed.

      • CONFIRMED - User has been confirmed.

      • UNKNOWN - User status isn't known.

      • RESET_REQUIRED - User is confirmed, but the user must request a code and reset their password before they can sign in.

      • FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.

      Parameters:
      userStatus - The user status. Can be one of the following:

      • UNCONFIRMED - User has been created but not confirmed.

      • CONFIRMED - User has been confirmed.

      • UNKNOWN - User status isn't known.

      • RESET_REQUIRED - User is confirmed, but the user must request a code and reset their password before they can sign in.

      • FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userStatus

      The user status. Can be one of the following:

      • UNCONFIRMED - User has been created but not confirmed.

      • CONFIRMED - User has been confirmed.

      • UNKNOWN - User status isn't known.

      • RESET_REQUIRED - User is confirmed, but the user must request a code and reset their password before they can sign in.

      • FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.

      Parameters:
      userStatus - The user status. Can be one of the following:

      • UNCONFIRMED - User has been created but not confirmed.

      • CONFIRMED - User has been confirmed.

      • UNKNOWN - User status isn't known.

      • RESET_REQUIRED - User is confirmed, but the user must request a code and reset their password before they can sign in.

      • FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mfaOptions

      This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.

      Parameters:
      mfaOptions - This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mfaOptions

      AdminGetUserResponse.Builder mfaOptions(MFAOptionType... mfaOptions)

      This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.

      Parameters:
      mfaOptions - This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mfaOptions

      This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.

      This is a convenience method that creates an instance of the MFAOptionType.Builder avoiding the need to create one manually via MFAOptionType.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to mfaOptions(List<MFAOptionType>).

      Parameters:
      mfaOptions - a consumer that will call methods on MFAOptionType.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • preferredMfaSetting

      AdminGetUserResponse.Builder preferredMfaSetting(String preferredMfaSetting)

      The user's preferred MFA setting.

      Parameters:
      preferredMfaSetting - The user's preferred MFA setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userMFASettingList

      AdminGetUserResponse.Builder userMFASettingList(Collection<String> userMFASettingList)

      The MFA options that are activated for the user. The possible values in this list are SMS_MFA and SOFTWARE_TOKEN_MFA.

      Parameters:
      userMFASettingList - The MFA options that are activated for the user. The possible values in this list are SMS_MFA and SOFTWARE_TOKEN_MFA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userMFASettingList

      AdminGetUserResponse.Builder userMFASettingList(String... userMFASettingList)

      The MFA options that are activated for the user. The possible values in this list are SMS_MFA and SOFTWARE_TOKEN_MFA.

      Parameters:
      userMFASettingList - The MFA options that are activated for the user. The possible values in this list are SMS_MFA and SOFTWARE_TOKEN_MFA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.