Interface ChangePasswordRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ChangePasswordRequest.Builder,ChangePasswordRequest>, IamRequest.Builder, SdkBuilder<ChangePasswordRequest.Builder,ChangePasswordRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ChangePasswordRequest

public static interface ChangePasswordRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<ChangePasswordRequest.Builder,ChangePasswordRequest>
  • Method Details

    • oldPassword

      ChangePasswordRequest.Builder oldPassword(String oldPassword)

      The IAM user's current password.

      Parameters:
      oldPassword - The IAM user's current password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newPassword

      ChangePasswordRequest.Builder newPassword(String newPassword)

      The new password. The new password must conform to the Amazon Web Services account's password policy, if one exists.

      The regex pattern that is used to validate this parameter is a string of characters. That string can include almost any printable ASCII character from the space ( ) through the end of the ASCII character range (ÿ). You can also include the tab ( ), line feed ( ), and carriage return ( ) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management Console, might restrict the ability to type certain characters because they have special meaning within that tool.

      Parameters:
      newPassword - The new password. The new password must conform to the Amazon Web Services account's password policy, if one exists.

      The regex pattern that is used to validate this parameter is a string of characters. That string can include almost any printable ASCII character from the space ( ) through the end of the ASCII character range (ÿ). You can also include the tab ( ), line feed ( ), and carriage return ( ) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management Console, might restrict the ability to type certain characters because they have special meaning within that tool.

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

      ChangePasswordRequest.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.