Interface DisassociateFacesRequest.Builder

  • Method Details

    • collectionId

      DisassociateFacesRequest.Builder collectionId(String collectionId)

      The ID of an existing collection containing the UserID.

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

      ID for the existing UserID.

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

      DisassociateFacesRequest.Builder clientRequestToken(String clientRequestToken)

      Idempotent token used to identify the request to DisassociateFaces. If you use the same token with multiple DisassociateFaces 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 DisassociateFaces. If you use the same token with multiple DisassociateFaces 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.
    • faceIds

      An array of face IDs to disassociate from the UserID.

      Parameters:
      faceIds - An array of face IDs to disassociate from the UserID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • faceIds

      An array of face IDs to disassociate from the UserID.

      Parameters:
      faceIds - An array of face IDs to disassociate from the UserID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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