Interface DeleteUserRequest.Builder

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

public static interface DeleteUserRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>
  • Method Details

    • collectionId

      DeleteUserRequest.Builder collectionId(String collectionId)

      The ID of an existing collection from which the UserID needs to be deleted.

      Parameters:
      collectionId - The ID of an existing collection from which the UserID needs to be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      ID for the UserID to be deleted.

      Parameters:
      userId - ID for the UserID to be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientRequestToken

      DeleteUserRequest.Builder clientRequestToken(String clientRequestToken)

      Idempotent token used to identify the request to DeleteUser. If you use the same token with multiple DeleteUser requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.

      Parameters:
      clientRequestToken - Idempotent token used to identify the request to DeleteUser. If you use the same token with multiple DeleteUser requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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