Interface DeleteUserAttributesRequest.Builder

    • Method Detail

      • 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 prependattach the custom: prefix to the front of the attribute name.

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

        For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.

        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 prependattach the custom: prefix to the front of the attribute name.

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

        For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.

        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 user whose attributes you want to delete.

        Parameters:
        accessToken - A valid access token that Amazon Cognito issued to the user whose attributes you want to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.