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 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.
    • overrideConfiguration

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