Interface BatchDeleteUserRequest.Builder

  • Method Details

    • networkId

      BatchDeleteUserRequest.Builder networkId(String networkId)

      The ID of the Wickr network from which users will be deleted.

      Parameters:
      networkId - The ID of the Wickr network from which users will be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userIds

      A list of user IDs identifying the users to be deleted from the network. Maximum 50 users per batch request.

      Parameters:
      userIds - A list of user IDs identifying the users to be deleted from the network. Maximum 50 users per batch request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userIds

      A list of user IDs identifying the users to be deleted from the network. Maximum 50 users per batch request.

      Parameters:
      userIds - A list of user IDs identifying the users to be deleted from the network. Maximum 50 users per batch request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      BatchDeleteUserRequest.Builder clientToken(String clientToken)

      A unique identifier for this request to ensure idempotency. If you retry a request with the same client token, the service will return the same response without attempting to delete users again.

      Parameters:
      clientToken - A unique identifier for this request to ensure idempotency. If you retry a request with the same client token, the service will return the same response without attempting to delete users again.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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