CopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>, SdkBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>public static interface AdminDeleteUserAttributesRequest.Builder extends CopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>
| Modifier and Type | Method | Description | 
|---|---|---|
| AdminDeleteUserAttributesRequest.Builder | userAttributeNames(String... userAttributeNames) | 
 An array of strings representing the user attribute names you wish to delete. | 
| AdminDeleteUserAttributesRequest.Builder | userAttributeNames(Collection<String> userAttributeNames) | 
 An array of strings representing the user attribute names you wish to delete. | 
| AdminDeleteUserAttributesRequest.Builder | username(String username) | 
 The user name of the user from which you would like to delete attributes. | 
| AdminDeleteUserAttributesRequest.Builder | userPoolId(String userPoolId) | 
 The user pool ID for the user pool where you want to delete user attributes. | 
copyapply, buildAdminDeleteUserAttributesRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete user attributes.
userPoolId - The user pool ID for the user pool where you want to delete user attributes.AdminDeleteUserAttributesRequest.Builder username(String username)
The user name of the user from which you would like to delete attributes.
username - The user name of the user from which you would like to delete attributes.AdminDeleteUserAttributesRequest.Builder userAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
 For custom attributes, you must prepend the custom: prefix to the attribute name.
 
userAttributeNames - An array of strings representing the user attribute names you wish to delete.
        
        For custom attributes, you must prepend the custom: prefix to the attribute name.
AdminDeleteUserAttributesRequest.Builder userAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
 For custom attributes, you must prepend the custom: prefix to the attribute name.
 
 NOTE: This method appends the values to the existing list (if any). Use
 #setUserAttributeNames(java.util.Collection) or #withUserAttributeNames(java.util.Collection)
 if you want to override the existing values.
 
userAttributeNames - An array of strings representing the user attribute names you wish to delete.
        
        For custom attributes, you must prepend the custom: prefix to the attribute name.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.