Interface DeleteUserAttributesRequest.Builder

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

  • Method Details

    • userAttributeNames

      DeleteUserAttributesRequest.Builder userAttributeNames(Collection<String> userAttributeNames)

      An array of strings representing the user attribute names you want to delete.

      For custom attributes, you must prepend the custom: prefix to the attribute name, for example custom:department.

      Parameters:
      userAttributeNames - An array of strings representing the user attribute names you want to delete.

      For custom attributes, you must prepend the custom: prefix to the attribute name, for example custom:department.

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

      DeleteUserAttributesRequest.Builder userAttributeNames(String... userAttributeNames)

      An array of strings representing the user attribute names you want to delete.

      For custom attributes, you must prepend the custom: prefix to the attribute name, for example custom:department.

      Parameters:
      userAttributeNames - An array of strings representing the user attribute names you want to delete.

      For custom attributes, you must prepend the custom: prefix to the attribute name, for example custom:department.

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

      DeleteUserAttributesRequest.Builder accessToken(String accessToken)

      A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin.

      Parameters:
      accessToken - A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteUserAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder